findIt= new Image();
findIt.src = "../Localization/En/Images/find_on.gif";

invite= new Image();
invite.src = "/Localization/En/Images/invit_buttonON.gif";

function pviiClassNew(obj, new_style) { 
  obj.className=new_style;
}

//-----------------OPEN POP UP----------------------------------------------------------

// show/hid a div
function showDetails(obj,show,numberOfPictures)
{
	var obj2 = document.all[obj.id+"_content"];
	if (show)
	{
		
		obj.style.display = 'none';
		obj2.style.display = "";
	}
	else
	{
		obj.style.display = "";
		obj2.style.display = 'none';
	}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);