var urlLogin = "";
	function confirmLogin(url){
	$('select').hide();
	$('.popup_login').show();
	$('.overlay').show();
	//window.location = url;
	urlLogin = url;
	}
	
	function confirmimage(url){
	$('select').hide();
	$('.popup').show();
	$('.overlay').show();
	//window.location = url;
	urlLogin = url;
	}
	function forwardLogin(){
	window.location = 'http://aha.vn';
	}
	
	

<!--
function MM_displayStatusMsg(msgStr) { //v1.2
  status=msgStr;
  document.MM_returnValue = true;
}
//-->

function kaka(zap) {
 if (document.getElementById) {
  var abra = document.getElementById(zap).style;
  if (abra.display == "block") {
   abra.display = "none";
   } else {
   abra.display = "block";
  } 
  return false;
  } else {
  return true;
 }
}

	function initializeViePortal(){
	document.getElementById('vieAdditional').style.display='none';
	window.status = "::  Company ::";
	initPopUpCalendar();
		if(top.location != document.location){
			alert("");
			try { top.location = document.location; }
			catch (e){
				try { parent.location = document.location; }
						catch (e) {}
			}
		}
	}



	


