//
var expdate = new Date ('6/24/2006 1:56:46 AM');
var surveyCookieName = 'IXIS84688';
var percentOfferedSurvey = 0;
var stored_value = GetCookie(surveyCookieName);
ForceInvite = false;
MultipleInvites = false;
function SetCookie (name,value,expires,path,domain,secure){ document.cookie = name + '=' + escape (value) + ((expires) ? '; expires=' + expires.toGMTString() : '') + ((path) ? '; path=' + path : '') + ((domain) ? '; domain=' + domain : '') + ((secure) ? '; secure' : ''); }
function getCookieVal (offset) { var endstr = document.cookie.indexOf (';', offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name){ var arg = name + '='; var alen = arg.length; var clen = document.cookie.length; if( (document.cookie == null) || (document.cookie.length == null)) { return null; } 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 NewWindow(url,myname){LeftPosition = (screen.width) ? (screen.width-400)/2 : 0;TopPosition = (screen.height) ? (screen.height-300)/2 : 0;settings = 'height=300,width=400,resizable=no,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,'; return window.open(url,myname,settings);}
function Resize(w, h) { if (!(document.all||document.layers||document.getElementById)) return; if(w==-1) w = screen.availWidth; if(h==-1) h = screen.availHeight; if (document.all) top.window.resizeTo(w, h); else if (document.layers||document.getElementById) if (top.window.outerHeight