

function FlashScrollerLink(url)
{
//popwin=window.open('pop.html?url='+url, '', 'scrollbars=no,width=250,height=630');
window.location=url;
}
