
var arrPopup = new Array;
var nPopup = 0;

//var pPopSrc, pLeft, pTop, pWidth, pHeight;

function p_windowopen(pPopSrc, pLeft, pTop, pWidth, pHeight)
{
	document.all.ifr_popup.src='/popup_container/popup.asp?popurl=' + pPopSrc;
	if(pWidth==0)pWidth=1;
	if(pHeight==0)pHeight=1;
	document.all.ifr_popup.style.left=pLeft
	document.all.ifr_popup.style.top=pTop
	document.all.ifr_popup.style.width=pWidth
	document.all.ifr_popup.style.height=pHeight
}

function p_windowopen2(pPopSrc, pLeft, pTop, pWidth, pHeight)
{
	
	document.all.ifr_popup.src='/popup_container/popup2.asp?popurl=' + pPopSrc;
	
	if(pWidth==0)pWidth=1;
	if(pHeight==0)pHeight=1;
	document.all.ifr_popup.style.left=pLeft
	document.all.ifr_popup.style.top=pTop
	document.all.ifr_popup.style.width=pWidth
	document.all.ifr_popup.style.height=pHeight
}

function document_onclick()
{
	document.all.ifr_popup.style.display = "none";
}

var never_again = 0;
var expdate ;
var visit=0;
var never_again_keyword = "survey2__test3" ;

function GetCookie (name) 
{
   var arg = name + "=";
   var alen = arg.length;
   var clen = document.cookie.length;
   var i = 0;
   while (i < clen) 
      {
      var j = i + alen;
      if (document.cookie.substring(i, j) == arg)
         return getCookieVal (j);
      i = document.cookie.indexOf(" ", i) + 1;
      if (i == 0) 
         break; 
      }
   return null;
}

function getCookieVal (offset) 
{
   var endstr = document.cookie.indexOf (";", offset);
   if (endstr == -1)
      endstr = document.cookie.length;
   return unescape(document.cookie.substring(offset, endstr));
}