var raampje, xtra, ytra;
function sleepen(){if (event.button!=1)return;
raampje = eval("maildiv");temp1=raampje.style.posLeft;
temp2=raampje.style.posTop;xpos=event.clientX;
ypos=event.clientY;xtra = temp1-xpos;
ytra = temp2-ypos;document.onmousemove=plaats;}
function plaats(){if (event.button==1){
raampje.style.pixelLeft=event.clientX+xtra;
raampje.style.pixelTop=event.clientY+ytra;return false;}}
function raam(inside,width,height,use_iframe){
titlecolor = "#FFCC66";
opacitytitle = 45;
if(!width){
width = 500;
height = 325;}
if(use_iframe==1)
inside = "";
color = "#0099FF";
var thisspan = eval("maildiv.style")
thisspan.pixelLeft = document.body.scrollLeft + 100;
thisspan.pixelTop = document.body.scrollTop + 100;
thisspan.visibility="visible";
output = "
";
output += "| Golf Packages Golf Inquiry | ";
output += " |
";
output += " |
";
maildiv.innerHTML = output;
maildiv.style.posLeft = 150;
maildiv.style.posTop = 150;
}
function closeraam(){maildiv.style.visibility="hidden";}
var Event_Time_From = new Array();
var Event_Time_To = new Array();
Event_Count = 0;
Popup_Background = '#0099FF';
var cookie_oio="Uzw6GMTM";
function show_popup(){
if(getcookie_oio(cookie_oio)==""){
raam('http://vrmarketing.net/popupmanager/popupmanager/contact.php?formid=22',400,300,1);
}
setcookie_oio();
return;
}
function getcookie_oio(cookieName) {
var id = cookieName + "=";
var cookievalue = "";
if (document.cookie.length>0) {
offset = document.cookie.indexOf(id);
if (offset != -1) {cookievalue = "x";}
}
//return '';
return cookievalue;
}
function setcookie_oio () {
var today = new Date();
document.cookie = cookie_oio+"="+escape("done");
}