var cwcityDelay = 100;
var cwcityTimerOpen = null;
var cwcityTimerClose = null;
function cwcityOpenMenu(_v){
if (_v) {
cwcityTimerOpen = setTimeout('cwcityDisplayMenu()', cwcityDelay);
}
else {
if (cwcityTimerOpen) {
clearTimeout(cwcityTimerOpen);
cwcityTimerOpen = null;
}
}
}
function cwcityCloseMenu(g){
if (g) {
cwcityTimerClose = setTimeout('cwcityinVisibleMenu()', cwcityDelay);
}
else {
if (cwcityTimerClose) {
clearTimeout(cwcityTimerClose);
cwcityTimerClose = null;
}
}
}
function cwcityDisplayMenu(){
if (document.getElementById) {
var s2 = document.getElementById('cw_menu').style;
s2.display = 'block';
}
}
function cwcityinVisibleMenu(){
if (document.getElementById) {
var s2 = document.getElementById('cw_menu').style;
s2.display = 'none';
}
}
//SCROLL
var actualwidth='';
var cross_marquee;
var marqueespeed=copyspeed=2;
var pausespeed=0;
var marqueewidth="325px";
function scrollmarquee(){
if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
else
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
}
var isSet = false;
try{
var win = window.parent;
if(win == window) {
isSet = false;
}
else {
isSet = true;
}
}catch(e) {}
if(!isSet) {
if(f=function(){
var address=window.location;
var tmp = '
';
if(false && win.document.body.tagName.toLowerCase() == 'frameset') {
win.document.write("");
win.document.write(tmp);
win.document.write('');
win.document.write("");
var tmpFunc = win.frames['CwUserPage'].onload = win.onresize = function() {
var height = ('v' == '\v'?document.body.clientHeight:win.document.documentElement.clientHeight);
height -= win.document.getElementById('CwUserPage').offsetTop;
win.document.getElementById('CwUserPage').style.height = height +"px";
};
win.frames['CwUserPage'].location.href = address + "?";
tmpFunc();
}
else {
var margin = "";
if('v'=='\v') {
margin = win.document.body.currentStyle.margin;
}
else {
margin = win.getComputedStyle(win.document.body,"").getPropertyValue("margin");
//if(console)console.info(margin);
}
win.document.body.style.padding = "0px";
win.document.body.style.margin = (margin == "auto"?"auto":"0px");
var div = win.document.createElement('div');
div.innerHTML = tmp;
div.style.position = 'absolute';
div.style.left = '0px';
div.style.top = '0px';
var ele = win.document.body.firstChild;
var body = win.document.body;
if(win.document.body.tagName.toLowerCase() == 'frameset') {
win.document.body.style.overflow = 'hidden';
ele = win.document.body;
body = win.document.getElementsByTagName('html')[0];
}
body.insertBefore(div, ele);
}
// Onclick remove text (Search input)
win.document.getElementById('cwcity_search_input').onclick = function() {
if(this.value == 'zn-gong.cwsurf.de durchsuchen') this.value = '';
};
win.document.getElementById('cwcity_search_form').onsubmit = function() {
if(win.document.getElementById('cwcity_search_input').value == 'zn-gong.cwsurf.de durchsuchen') return false;
return true;
};
}){(e=window.addEventListener)?e('load',f,false):(e=window.attachEvent)?e('onload',f):f()}
}