function popup(link)
{
    window.open(link, '', 'scrollbars=yes, width=800, height=395');     
}

function storypopup(link)
{
	window.open(link, '', 'scrollbars=yes, width=520, height=600');     
}
