

/*
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 fullwin1(targeturl)
{win = window.open(targeturl,"","width=1020,height=730,top=0,left=0,scrollbars=yes")}



