function swapImages(path, id, ext)
{//var path="images/buttons/"
	if(id!=pageName)
	{
		document.getElementById(id).src=path+id+ext
	}
}

function CaricaFoto(imgSRC){
  window.open( "popup.htm?"+imgSRC, "","resizable=1,HEIGHT=200,WIDTH=200");
}

function CaricaFoto2(path){
  window.open(path, "","resizable=0,HEIGHT=640,WIDTH=770,status=0,");
}

function Carica(){
  window.open( "http://www.nochex.com/payme.asap?email=mushtaq@globalbug.co.uk");
}

