<!--
function scrollScreen(theURL) {

window.open(theURL, '', 'fullscreen=no, scrollbars=yes, width=420,height=400');

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->

function fullScreen(theURL) {

window.open(theURL, '', 'fullscreen=no, scrollbars=no, width=350,height=400');

}


function popupwindow(url,popupname,parameters)
{
	window.open(url,popupname,parameters);
}
