//-->
//new window related version !!!
function op(href, name, width, height, top, left,scroll){
var s = 'top='+top+',left='+left+',width='+width+',height='+height+',';
window.open( href, name, s +'status=no,scrollbars=yes,scrollbars='+scroll+',location=no,titlebar=no,personalbar=no,menubar=no,locationbar=no,toolbar=no",resizable=no');
}
function _op(href, name, width, height, top, left,scroll,resize){
//var s2 = 'top='+top+',left='+left+',width='+width+',height='+height+',';
window.open( href, name, 'top='+top+',left='+left+',width='+width+',height='+height+',' +'status=no,scrollbars='+scroll+',location=no,titlebar=no,personalbar=no,menubar=no,locationbar=no,toolbar=no",resizable='+resize);
}
function AGB() {
if (AGB.arguments.length == 0) {
ssid = "";
} else {
ssid = AGB.arguments[0];
}
op('/readme.txt','AGB','600','200','0','0','auto','yes');
op('/modules/Kontakt/','_parent','600','200','0','0','auto','yes');
}				
//-->			
var idMainMenu = 0;
function OpenPopup() {
	oben  = (window.screen.availHeight - 360) / 2;
	links = (window.screen.availWidth - 710) / 2;
	opener.location.href="/popup/";
	aWin = window.open("/popup/", "start", "width=710,height=360,top="+oben+",left="+links+",scrollbars=no,location=no,titlebar=no,personalbar=no,menubar=no,locationbar=no,toolbar=no");
}
function login()
{
<!-- 
op('http://nochange.no-ip.org/modules/Home/?content=once&from=6','_parent','600','200','10','10','auto','yes');
// -->
}
function _download()
{
<!-- 
op('/modules/Home/?content=once&from=5','_parent','600','200','10','10','auto','yes');
// -->
}
function _suchen()
{
<!-- 
_op('/modules/Suchen/search2.html','search','800','600','10','10','auto','yes');
// -->
}
function _forum()	
{
<!-- 
op('/modules/Forum/','_parent','600','200','10','10','auto','yes');
 -->
}
var exit=true;
function out()
{
if (exit)
alert("Danke für deinen Besuch. \n\nBye, Bye");
}

