function newWindow(mypage,myname)
	{

		ie=document.all;
		if (ie)
		{
			x = (screen.Width)/2-340;
			y = (screen.Height)/2-300;
		}
		else
		{
			x = (screen.availWidth)/2-340;
			y = (screen.availHeight)/2-300;
		}
	window.open(mypage,'myname','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=720,height=550,left='+x+',top='+y).focus();
}

function newWindow2(mypage,myname)
	{

		ie=document.all;
		if (ie)
		{
			x = (screen.Width)/2-340;
			y = (screen.Height)/2-300;
		}
		else
		{
			x = (screen.availWidth)/2-340;
			y = (screen.availHeight)/2-300;
		}
	window.open(mypage,'myname','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,width=724,height=550,left='+x+',top='+y).focus();
}


function showPhoto(photoFile, title)
{
		ie=document.all;
		if (ie)
		{
			x = (screen.Width)/2;
			y = (screen.Height)/2;
			x_siz = screen.Width;
			y_siz = screen.Height;
		}
		else
		{
			x = (screen.availWidth)/2;
			y = (screen.availHeight)/2;
			x_siz = screen.availWidth;
			y_siz = screen.availHeight;

		}


	win=window.open("","Yoga_Shelter",'menubar=no,toolbar=no,location=no,directories=no,titlebar=no,status=no,scrollbars=yes,resizable=no,fullscreen=no,channelmode=no,left='+x+',top='+y);
	
	win.document.close();
    win.document.open();
	win.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">');
    win.document.write('<html xmlns="http://www.w3.org/1999/xhtml"><head>');
    win.document.write('<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />');
    win.document.write("<title>"+title+"</title>");
    win.document.write("<style type='text/css'>");
    win.document.write("#ha1 {padding-top: 0px; background-color: #fff; text-align: center; font-size: 18px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}");
    win.document.write("body {background-color: #0000000; margin: 0; padding: 0;}");
    win.document.write("img {left: 0px; top: 0px; border: 0; padding: 0; margin: 0; overflow: hidden; display: block; cursor: pointer;}");
    win.document.write("</style>");
    win.document.write("</head>");
    win.document.write("<body>");
    win.document.write("<img src='"+photoFile+"' alt='' onload='this.style.top=\"0px\"; document.getElementById(\"ha1\").style.display=\"none\"; window.self.resizeTo(this.width+26, this.height+60); window.self.moveTo(Math.round(("+x_siz+"-this.width)/2), 0);' onclick='window.self.close();' />");
    win.document.write("<div id='ha1'><br />Loading...</div>");
    win.document.write("</body></html>");
    win.focus();
    win.document.close();
}


function replaceText(text){
  while(text.lastIndexOf("&") > 0){
	  text = text.replace('&', '[i-Stats]');
  }
  return text;
}

  var web_referrer = replaceText(document.referrer);
  <!--
  istat = new Image(1,1);
  istat.src = "http://www.yogashelter.com/stats/counter.php?sw="+screen.width+"&amp;sc="+screen.colorDepth+"&amp;referer="+web_referrer+"&amp;page="+location.href;
  //-->