var offsiteCounter = 1;function offsite(url){	var windowName = "sgWindow" + offsiteCounter;		window.open(url, windowName, "scrollbars,resizable,menubar,status,toolbar");		offsiteCounter++;			//window.open("ur", "windowname", "height=###,width=###,scrollbars,resizable");}//<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
//<!-- Web URL:  http://fineline.xs.mw -->

function popUp(URL,width,height)
{
   day = new Date();
   id = day.getTime();
   eval("page" + id + " = window.open(URL, '" + id + "', 'name=newsletter,toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" +width +",height=" +height +",left  = 20,top = 20');");
}