var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','width=670px;, \
   height=no, \
   directories=no, \
   location=no, \
   menubar=no, \
   resizable=yes, \
   scrollbars=1, \
   status=no, \
   toolbar=no');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function poptastic_download(url)
{
	newwindow=window.open(url,'name','width=1021px;, \
   height=no, \
   directories=no, \
   location=no, \
   menubar=no, \
   resizable=yes, \
   scrollbars=1, \
   status=no, \
   toolbar=no');
	if (window.focus) {newwindow.focus()}
}
var xmlHttp

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}