
var SendWindow=null;

function closeSendWindow(){
	if (SendWindow != null){
		if(!SendWindow.closed)
			SendWindow.close();
	}
}

function sendthispage_vi()
{
	closeSendWindow();
	SendWindow=window.open("/SendThisPage_vi.htm","SendWindow","resizable=no,scrollbars=no,status=no,toolbar=no,location=no,menubar=no,height=380,width=420");
	SendWindow.focus();
}

var SendWindow=null;

function closeSendWindow(){
	if (SendWindow != null){
		if(!SendWindow.closed)
			SendWindow.close();
	}
}

function sendthispage_en()
{
	closeSendWindow();
	SendWindow=window.open("/SendThisPage_en.htm","SendWindow","resizable=no,scrollbars=no,status=no,toolbar=no,location=no,menubar=no,height=380,width=420");
	SendWindow.focus();
}