function changeImage(FileName,Format)
{
  mainimage = new Image;
  mainimage.src = FileName;
  if (Format == "Portrait") {Portrait();}
  else {Landscape();}
  document.getElementById('PictureShow').src = mainimage.src;
}

function Landscape () {
  document.getElementById("PictureShow").width = "640";
  document.getElementById("PictureShow").height = "480";
}
function Portrait () {
  document.getElementById("PictureShow").width = "360";
  document.getElementById("PictureShow").height = "480";
}

function CopyRight()
{
  todayC = new Date();
  yearC = todayC.getYear();
  if (yearC < 2000)
  yearC = yearC + 1900;
  document.write('Copyright &copy; 2007 - ' + yearC+ ' <A TITLE="Please click here to send an e-mail to PattayaShemales.com" CLASS="Copyright" HREF="mail.htm"  TARGET="_parent">PattayaShemales.com &amp; <U>Rainbow Web Production</U> Switzerland</A>. All rights reserved.');
}
function dblclick() {
	window.scrollTo(0,0)
}
if (document.layers) {
	document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;