function check(feld) {
	var message = feld.value.length;
	alert("Ihre Nachricht ist " + message + " Zeichen lang.");
}

// ************************************************************************ //

function collapse(obj) {
	var element = document.getElementById('box-'+obj);
	var status	= document.getElementById('status-box-'+obj);
	
	if (element.style.display == '') {
		element.style.display = 'none';
		status.src = './templates/standard/images/arrow_close.gif';
	
	} else {
		element.style.display = '';
		status.src = './templates/standard/images/arrow_open.gif';
	}
}

// ************************************************************************ //

function collapse_bookmark(obj) {
	var element = document.getElementById('bookmark-link-'+obj);
	
	if (element.style.display == '') {
		element.style.display = 'none';
	
	} else {
		element.style.display = '';
	}
}

// ************************************************************************ //

function add_ie_bookmark(title,url) {
	window.external.AddFavorite(url,title);
}

// ************************************************************************ //

function add_ff_bookmark(title,url) {
	
	if ((typeof window.sidebar=="object") && (typeof window.sidebar.addPanel=="function")){
		window.sidebar.addPanel(title,url,"");
	
	} else {
		alert("Sie Nutzen eine veralterte Browser Version!\nLesezeichen hinzufügen ist nicht möglich!");
	}
}

// ************************************************************************ //
function vorschau(image_loc,img){ 
      HTML = "<html><head><title>Sexdisount24 pr&auml;sentiert &raquo;</title><style>body{margin:0px 0px 0px 0px}</style></head><body onClick='top.close()' onBlur='top.close()'><img src=\""+ image_loc +"\" border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+10,document.load_image.height+30)'></body></html>"; 
      popupImage = window.open('','_blank','toolbar=no,scrollbars=no'); 
      popupImage.document.open(); 
      popupImage.document.write(HTML); 
      popupImage.document.close(); 
     } 
// JavaScript Document
function eventpopup (url){
	window.open(url,'openPop','left=10,top=10,width=790,height=670,scrollbars=yes,toolbars=auto,resize=no,status=no')
	}
	
	function archiv (url){
	window.open(url,'openPop','left=10,top=10,width=940,height=720,scrollbars=yes,toolbars=auto,resize=yes,status=no')
	}
	
	function akt (url){window.open(url,'openPop','left=10,top=1,width=1050,height=800,scrollbars=yes,toolbars=auto,resize=no,status=no')}

function pcsetcard (url){window.open(url,'openPop','left=100,top=1,width=850,height=680,scrollbars=yes,toolbars=auto,resize=no,status=no')}

