

/*
Full Screen Window Opener Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
var win = null;
function fullwin4(targeturl)
{win = window.open(targeturl,"","width=550,height=575,top=0,left=0,scrollbars=no")}



