
	function showAZ(status) {
		if (status == 1) {
			var vis = new Array ('show','visible');
		}
		else {
			var vis = new Array ('hide','hidden');
		}
		if (document.layers) 	{ document.layers['DIVaz'].visibility = vis[0]; }
		else if (document.all) 	{ document.all['DIVaz'].style.visibility = vis[1]; }
		else 					{ document.getElementById('DIVaz').style.visibility = vis[1]; }
	}	
	function gotoAZ (az) {
		location.href='../cgi-bin/internetal.pl?d=1&&a=p1544101&salpha=' + az;
	}	

	function formular(status,url,height,width) {
		if (status == 1) {
			window.frames.kontaktiframe.location.href = '../cgi-bin/internetal.pl?d=1&&' + url;
			if (document.layers) {
				document.layers['kontaktiframe'].height = height - 10;
				document.layers['kontaktiframe'].width = width - 2;
				document.layers['DIVform1542'].height = height;
				document.layers['DIVform1542'].width = width;
				document.layers['DIVform1542'].visibility = 'show'; 
				document.layers['DIVform1542'].zIndex = 10; 	
			}
			else if (document.all) {
				document.all['kontaktiframe'].style.height = height - 10;
				document.all['kontaktiframe'].style.width = width - 2;
				document.all['DIVform1542'].style.height = height;
				document.all['DIVform1542'].style.width = width; 
				document.all['DIVform1542'].style.visibility = 'visible';
				document.all['DIVform1542'].style.zIndex = 10; 
			}
			else {
				document.getElementById('kontaktiframe').style.height= height - 10;
				document.getElementById('kontaktiframe').style.width = width - 2;
				document.getElementById('DIVform1542').style.height = height;
				document.getElementById('DIVform1542').style.width = width; 
				document.getElementById('DIVform1542').style.visibility = 'visible';
				document.getElementById('DIVform1542').style.zIndex = 10; 	
			}
		}
		else {
			window.frames.kontaktiframe.location.href = 'http://www.isaart.com/abbbg/blank.html';
			if (document.layers) {
				document.layers['DIVform1542'].visibility = 'hide'; 
				document.layers['DIVform1542'].zIndex = 0; 
			}
			else if (document.all) {
				document.all['DIVform1542'].style.visibility = 'hidden';
				document.all['DIVform1542'].style.zIndex = 0; 
			}
			else {
				document.getElementById('DIVform1542').style.visibility = 'hidden';
				document.getElementById('DIVform1542').style.zIndex = 0; 
			}
		}
	}
	
	var popupnewsshown;
	function popupnews(status,id) {
		if (status == 1) {	
			if (popupnewsshown) {
				hidepopupnews (0,popupnewsshown);
			
			}
			if (document.layers) {
				document.layers[id].visibility = 'show'; 
				document.layers[id].zIndex = 10; 	
			}
			else if (document.all) {
				document.all[id].style.visibility = 'visible';
				document.all[id].style.zIndex = 10; 
			}
			else {
				document.getElementById(id).style.visibility = 'visible';
				document.getElementById(id).style.zIndex = 10; 	
			}
			popupnewsshown = id;
		}
		else {
			hidepopupnews (0,id);
		}
		function hidepopupnews (status,id) {
			if (document.layers) {
				document.layers[id].visibility = 'hide'; 
				document.layers[id].zIndex = 0; 
			}
			else if (document.all) {
				document.all[id].style.visibility = 'hidden';
				document.all[id].style.zIndex = 0; 
			}
			else {
				document.getElementById(id).style.visibility = 'hidden';
				document.getElementById(id).style.zIndex = 0; 
			}
		}
	}	
	
	var px = 10;//mehr=schneller 
	var timer; 
	function scrollDenDiv(val) {
		clearTimeout(timer); 
		d=document.getElementById('kliste') 
		y=d.scrollTop; 
		if (val==1)y-=px; 
		if (val==2)y+=px; 
		if (y<=d.scrollHeight-d.offsetHeight+px&y>=0-px) {
			d.scrollTop=y; 
			timer=setTimeout('scrollDenDiv('+val+')',50); 
		}
		if (y <0 || y> d.scrollHeight-d.offsetHeight) {
			clearTimeout(timer); 
		}
	}	
		
	
