<!-- hide script from old browswer
//This is the script that handles the scroll up and down

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=600,width=550,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}



//end hiding script from old browser -->
