if(getCookie("chk_close100")!="done") {
	//url = "http://www.dazum.com/hosting_popup/popup2.asp?url="+document.location.href;
	//na_open_window20091231('', url, 0, 0, 309, 322, 0, 0, 0, 0, 0);
}



function na_open_window20091231(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
	toolbar_str = toolbar ? 'yes' : 'no';
	menubar_str = menubar ? 'yes' : 'no';
	statusbar_str = statusbar ? 'yes' : 'no';
	scrollbar_str = scrollbar ? 'yes' : 'no';
	resizable_str = resizable ? 'yes' : 'no';
	//window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str+',titlebar=no');

	window.showModelessDialog(url, "PerfectRsvModal","dialogWidth:309px; dialogHeight:322px;center: Yes; help: no;scroll:no; resizable: no; status: no;");
}

function getCookie(name)
{
       var prefix = name + "=";
       var cookieStartIndex = document.cookie.indexOf(prefix);
       if (cookieStartIndex == -1) return null;
       var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);
       if (cookieEndIndex == -1) cookieEndIndex = document.cookie.length;
      return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}









