

/*
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=970,height=550,top=150,left=0,scrollbars=yes")}




