/**********************************************************************************
 
 *  Created date 05/05/2005
 *  Created by Tong Thanh Son <sonttk44c@yahoo.co.uk>
 *  javascripts.js - Cac ham javascript dung chung cho cac modul trong he thong
 *  Version 1.0

 ********************************************************************************** */
	 function checkmail_login(){
//	 		form1.f_user.value=form1.f_user.value+"@vietnamtourism.com.vn";
			alert(form1.f_user.value);
			form1.submit();
		
	 }
 function openform(url,querystring,width,height) {
   	  	window.open(url+'?ID='+querystring,'Help','scrollbars=yes,menubar=no,width='+width+',height='+height+' ,resizable=1');
  }
  function openform1(url,width,height) {
   	  	window.open(url,'Help','scrollbars=yes,menubar=no,width='+width+',height='+height+' ,resizable=1');
  }
	 

