var horizontal_offset="0px" //horizontal offset of hint box from anchor link

/////No further editting needed

var vertical_offset="0" //horizontal offset of hint box from anchor link. No need to change.
var ie=document.all
var ns6=document.getElementById&&!document.all

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-1 : parseInt(vertical_offset)*-1
if (whichedge=="rightedge"){
var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset)
}
else{
var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
}
return edgeoffset
}

function showhint(menucontents, obj, e, tipwidth){
if ((ie||ns6) && document.getElementById("hintbox")){
dropmenuobj=document.getElementById("hintbox")
dropmenuobj.innerHTML=menucontents
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (tipwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=tipwidth
}
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
dropmenuobj.style.visibility="visible"
obj.onmouseout=hidetip
}
}

function hidetip(e){
dropmenuobj.style.visibility="hidden"
dropmenuobj.style.left="-500px"
}

function createhintbox(){
var divblock=document.createElement("div")
divblock.setAttribute("id", "hintbox")
document.body.appendChild(divblock)
}

if (window.addEventListener)
window.addEventListener("load", createhintbox, false)
else if (window.attachEvent)
window.attachEvent("onload", createhintbox)
else if (document.getElementById)
window.onload=createhintbox
//End comment
//Dem ky tu
var ns6=document.getElementById&&!document.all

function restrictinput(maxlength,e,placeholder){
if (window.event&&event.srcElement.value.length>=maxlength)
return false
else if (e.target&&e.target==eval(placeholder)&&e.target.value.length>=maxlength){
var pressedkey=/[a-zA-Z0-9\.\,\/]/ //detect alphanumeric keys
if (pressedkey.test(String.fromCharCode(e.which)))
e.stopPropagation()
}
}

function countlimit(maxlength,e,placeholder){
var theform=eval(placeholder)
var lengthleft=maxlength-theform.value.length
var placeholderobj=document.all? document.all[placeholder] : document.getElementById(placeholder)
if (window.event||e.target&&e.target==eval(placeholder)){
if (lengthleft<0)
theform.value=theform.value.substring(0,maxlength)
placeholderobj.innerHTML=lengthleft
}
}


function displaylimit(thename, theid, thelimit){
var theform=theid!=""? document.getElementById(theid) : thename
var limit_text='<font color=#346b98>[<span id="'+theform.toString()+'">'+thelimit+'</span>]</font>'
if (document.all||ns6)
document.write(limit_text)
if (document.all){
eval(theform).onkeypress=function(){ return restrictinput(thelimit,event,theform)}
eval(theform).onkeyup=function(){ countlimit(thelimit,event,theform)}
}
else if (ns6){
document.body.addEventListener('keypress', function(event) { restrictinput(thelimit,event,theform) }, true); 
document.body.addEventListener('keyup', function(event) { countlimit(thelimit,event,theform) }, true); 
}
}

// tips map


function change_lang(i){
	 location.href="language.php?language="+i;
}

function over(id){
	  document.getElementById(id).className='td_top_tap';
}
function out(id){
	  document.getElementById(id).className='td_top';
} 
  
function over1(id){
	  document.getElementById(id).className='td_top1_tap';
}
function out1(id){
	  document.getElementById(id).className='td_top1';
}  
function change_page(i){
		 location.href=i;
}


function check_form_apply()
{
	if (document.applystep2.name.value == '')
	{
		alert('Please input your Name!');
		document.applystep2.name.focus();
		return false;
	}
	if (document.applystep2.country.value == '')
	{
		alert('Please select your Country!');
		document.applystep2.country.focus();
		return false;
	}	
	if (document.applystep2.passport_number.value == '')
	{
		alert('Please input Passport Number!');
		document.applystep2.passport_number.focus();
		return false;
	}
	if (document.applystep2.birth.value == '')
	{
		alert('Please input Date of birth!');
		document.applystep2.birth.focus();
		return false;
	}		
	if (document.applystep2.email.value == '')
	{
		alert('Please input your email!');
		document.applystep2.email.focus();
		return false;
	}	
	if (document.applystep2.arrival.value == '')
	{
		alert('Please input Date of arrival!');
		document.applystep2.arrival.focus();
		return false;
	}
    if (document.applystep2.flight.value == '')
	{
		alert('Please input Flight Ref!');
		document.applystep2.flight.focus();
		return false;
	}

	return true;
}


function check_form_apply1()
{
	if (document.applystep1.number_visa.value == '')
	{
		alert('Please select Number of visa !');
		document.applystep1.number_visa.focus();
		return false;
	}
	if (document.applystep1.purpose.value == '')
	{
		alert('Please choose Purpose of visit!');
		document.applystep1.purpose.focus();
		return false;
	}
	if (document.applystep1.type.value == '')
	{
		alert('Please choose Type of Visa!');
		document.applystep1.type.focus();
		return false;
	}		

	return true;
}

function check_form_apply5()
{
	if (document.applystep5.terms_of_ervice.value == '')
	{
		alert('To complete your purchase you must accept the ');
		document.applystep5.terms_of_ervice.focus();
		return false;
	}	

	return true;
}

