var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function dopopup(){
	if(GetCookie("siddopopup") == "999"){return;}
	document.cookie="siddopopup=999; Path=/; Expires= " + getFuturedopopup(999);
	myleft=20;
	mytop=20;
	settings="width=180,height=350,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://nf-outlaws.eu/infusions/ts3view_panel/ts3view_panel.php","OutlawsTS3Viewer",settings);
	win.focus();

}

function getFuturedopopup(f){
	var d = new Date();
	d.setTime(d.getTime() + (86400000 * f));
	return d;
}

function GetCookiedopopup (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 getCookieValdopopup(j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0) break; 
	}
	return null;
}

function getCookieValdopopup (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if(endstr == -1) endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}
