var cookie="popupmasterx";

var popunder;
function popup(filename){
if (getcookie(cookie)==""){
window.open(filename, "","height=520,width=420,top=20,left=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}
}
function exitwindow()
{
	if (getcookie(cookie)==""){
		popunder=window.open('http://www.cuttsgroup.com/pops/edge_pop.htm', 'first_pop', 'width=450,height=390,top=20,left=20');
        self.focus();
	}
}
function getcookie(cookieName) {
var id = cookieName + "=";
var cookievalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(id);
if (offset != -1) {
cookievalue = "x";
}
}
return cookievalue;
}

function formpopup(){
window.open("", "formpop","height=300,width=550,top=20,left=20,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

