<!--



/****************************************************



     Copyright Eric King © 2000 - 2001



     Url: http://members.digitalrice.com/eak



     This script is free to use for any non profit



     website as long as this info is left in



****************************************************/



function NewWindow(mypage,myname,w,h,features,pos,cx,cy){var ws=window.screen?1:0;



var TopPosition=(pos=="center"&&ws)?(screen.availHeight-h)/2:(pos=="random"&&ws)?(Math.floor(Math.random()*(screen.availHeight-h))):(pos=="custom")?cy:100;



var LeftPosition=(pos=="center"&&ws)?(screen.availWidth-w)/2:(pos=="random"&&ws)?(Math.floor(Math.random()*(screen.availWidth-w))):(pos=="custom")?cx:100;



settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition;settings+=(!features||features=='')?'':','+features;



win=window.open(mypage,myname,settings);if(win.focus){win.focus();}}



// -->

