<!--
// (C) 2001 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header


//var theURL = 'open_popup.asp';
//var width  = 400;
//var height = 425;

var theURL = 'open_popup_m.asp';
var width  = 400;
var height = 500;

//var theURL = 'open_newshow.asp';
//var width  = 400;
//var height = 425;


function popWindow() {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,left=10, top=10,width='+width+',height='+height);
}
// -->