if(top==self)
{
	subdom=document.location.pathname.toLowerCase().indexOf("/girls.a2zpattaya/");
	if(subdom>-1)
	{
		pagename=document.location.pathname.substring(18);
		if(top==self) self.location.replace("http://"+document.domain+"/a2zpattaya/index.htm?main=http://"+document.domain+"/girls.a2zpattaya/"+pagename);
		else window.open("http://"+document.domain+"/a2zpattaya/index.htm?main=http://"+document.domain+"/girls.a2zpattaya/"+pagename);
	}
	else
	{
		pagename=document.location.pathname.substring(1);
		if(top==self) self.location.replace("http://www.a2zpattaya.com/index.htm?main=http://"+document.domain+"/"+pagename);
		else window.open("http://www.a2zpattaya.com/index.htm?main=http://"+document.domain+"/"+pagename);
	}
}
if(screen.width<=640) self.document.getElementById("ss0").href="http://www.a2zpattaya.com/latin_main640.css";
else if(screen.width>=800&&screen.width<1024) self.document.getElementById("ss0").href="http://www.a2zpattaya.com/latin_main800.css";
else if(screen.width>=1024&&screen.width<1280) self.document.getElementById("ss0").href="http://www.a2zpattaya.com/latin_main1024.css";
else if(screen.width>=1280) self.document.getElementById("ss0").href="http://www.a2zpattaya.com/latin_main1280.css";
var message="Copyright 2001-2006 by OnLine Computers & Games Co., Ltd.";
function clickIE4()
{
	if(event.button==2||event.button==3)
	{
		alert(message);
		return false;
	}
}
function clickNS4(e)
{
	if(document.layers||document.getElementById&&!document.all)
	{
		if(e.which==2||e.which==3)
		{
			alert(message);
			return false;
		}
	}
}
function keypressed(e)
{
	if((event.altKey)&&(event.keyCode==36||event.keyCode==37||event.keyCode==39)) event.keyCode=false;
	else if((event.ctrlKey)&&(event.keyCode==66||event.keyCode==69||event.keyCode==72||event.keyCode==73||event.keyCode==76||event.keyCode==79||event.keyCode==80)) event.keyCode=false;
	else if((event.shiftKey)&&(event.keyCode==121)) event.keyCode=false;
	else if(event.keyCode==115||event.keyCode==122) event.keyCode=false;
	event.returnValue=event.keyCode;
}
function disableselect(e)
{
	if(window.sidebar)
	{
		qx=e.target.name;
		if(qx=="q"||qx=="btnG"||qx=="p"||qx=="name"||qx=="e.searchQuery"||qx=="e.newSearch"||qx=="qu"||qx=="Search"||qx=="loginName"||qx=="user_pwd"||qx=="emaillogin"||qx=="newuser"||qx=="advertiser"||qx=="password"||qx=="adlogin"||qx=="adinterested"||qx=="terms"||qx=="submit1"||qx=="submit2"||qx=="userid"||qx=="loginNow") return true;
		else return false;
	}
	else return false;
}
function reEnable()
{
	return true;
}
if(document.layers)
{
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS4;
}
else if(document.all&&!document.getElementById)
{
	document.onmousedown=clickIE4;
	document.onkeydown=keypressed;
}
document.oncontextmenu=new Function("alert(message);return false")
document.onselectstart=disableselect; //IE
if(window.sidebar)
{
	document.onmousedown=disableselect; //NS
	document.onclick=reEnable;
}
function resizeimages()
{
	image_coll=self.document.getElementsByTagName("img");
	for(i=0;i<image_coll.length;i++)
	{
		if(screen.width<=640)
		{
			image_coll.item(i).width=Math.ceil(image_coll.item(i).width/1024*640);
			image_coll.item(i).height=Math.ceil(image_coll.item(i).height/768*480);
		}
		if(screen.width>=800&&screen.width<1024)
		{
			image_coll.item(i).width=Math.ceil(image_coll.item(i).width/1024*800);
			image_coll.item(i).height=Math.ceil(image_coll.item(i).height/768*600);
		}
	}
}
