
function popUp(file,width,height) {
	
	height = parseInt(height);
	width = parseInt(width);
	popup = window.open('/rtc-popUp/'+file,'popup','width='+width+',height='+height);
}

function setStatus(str) {
	window.status = str;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}





function addbookmark()	{
	bookmarkurl="http://www.marchgraber.at/"
	bookmarktitle="Antiquitäten - Erwin Marchgraber"
	
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}



/*sprachauswahl in der Vorschaltseite*/
function changePreBild(id) {
	document.getElementById('pre_'+id+'_bild').src='/images/pre/pre_'+id+'_bild_o.gif';
	
}

function changePreBildOut(id) {
	document.getElementById('pre_'+id+'_bild').src='/images/pre/pre_'+id+'_bild.gif';
}





/*sprachauswahl in den Folgeseiten*/
function changeBild(id) {
	document.getElementById('spr_'+id+'_bild').src='/images/sprache/spr_'+id+'_bild_o.gif';
	
}

function changeBildOut(id) {
	document.getElementById('spr_'+id+'_bild').src='/images/sprache/spr_'+id+'_bild.gif';
}

