// JavaScript Document
var vlocation=document.location.href;
var punt=vlocation.substring (vlocation.indexOf("/p")+2, vlocation.indexOf(".htm") );
if (punt.length>5) punt=vlocation.substring (vlocation.indexOf("/mf")+3, vlocation.indexOf(".htm") );
var cont=1;
var foto="";
if (punt.length>5) {
   var vpunt=vlocation.substring (vlocation.indexOf("?foto=")+6);
   
	foto=vpunt.substring (vpunt.indexOf("#")+1); 
	punt=vpunt.substring (0,vpunt.indexOf("#")); 

}


function wopen (sPath, iWidth, iHeight)
{
	newWindow = window.open ( sPath, "", "width=" + iWidth + ", height=" + iHeight ); //+ ", scrollbars=yes, resizable=yes");
}

function insFoto(){
		document.write ("<img src=\"images/p"+punt+"/f"+foto+".jpg\" />");
}

function insFoto2(){

		document.write ("<img src=\"images/mfp"+punt+"/a"+foto+".jpg\" border=\"0\" />");
}