

/*
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 fullwin3(targeturl)
{win = window.open(targeturl,"","width=400,height=400,top=300,left=300,scrollbars=no")}




