
/*
  -------------------------------------------------------------------------------

  central js for rafi.de

  seitenblick interaktive medien gmbh, stuttgart
  tel. +49 (711) 8599818-0, email info@seitenblick.de


  -------------------------------------------------------------------------------
*/


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function do_change_backgroundimg(node, img) {
	if(img)
	{
 		node.style.backgroundImage = "url(fileadmin/i/nav_left_a.jpg)";
 		node.style.backgroundRepeat = "repeat-y";
 	}
  else
	{
 		node.style.backgroundImage = "none";
 	}

 	if (navigator.appName=="Microsoft Internet Explorer")
 	{
 		if(navigator.appVersion.indexOf("MSIE 6.0")>0 )
 		{
 		 node.style.cursor= "pointer";
 		}
 	}
	else
	{
 		node.style.cursor= "pointer";
 	}
}

function do_change_location(path){
 location.href = path;
}

