function openPA(URL){
	statusWin = open(URL, 'infoPA', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=800,height=600');
	statusWin.focus();
}

var startList = function(){
	if(document.getElementById){
		var node = document.getElementById("s_faq");
		node.onclick=function(){
			window.open('/faq.htm');
		}
		var node = document.getElementById("s_s_werden");
		node.onclick=function(){
			window.open('/sender-werden.htm');
		}
		var node = document.getElementById("s_s_login");
		node.onclick=function(){
			window.open('/sender-login.htm');
		}
		var node = document.getElementById("s_agb");
		node.onclick=function(){
			window.open('/agb.htm');
		}
		var node = document.getElementById("s_webmaster");
		node.onclick=function(){
			window.open('/webmaster.htm');
		}
		//var node = document.getElementById("s_kontakt");
		//node.onclick=function(){
		//	window.open('/kontakt.htm');
		//}
		
		var node0 = document.getElementsByTagName("span");
		for(var i=0; i<node0.length; i++){
			var node1 = node0[i];
			if(node1.getAttribute("name") == "vct")
				node1.onclick=function(){
					location.href='/sexcam-'+this.id;
				}
			if(node1.getAttribute("name") == "login")
				node1.onclick=function(){
					window.open('/login.php?sexcam='+this.id);
				}
		}
		if(document.getElementById("t6_1")){
			var node10 = document.getElementById("t6_1");
			node10.onclick=function(){
				window.open('http://www.adcell.de/click.php?bid=2781-29192-xxxsexcamsorg');
			}
		}
		if(document.getElementById("t6_2")){
			var node11 = document.getElementById("t6_2");
			node11.onclick=function(){
				window.open('http://www.adcell.de/click.php?bid=16434-29192-xxxsexcamsorg');
			}
		}
}	}
window.onload=startList;
