function hitimage()
{
	if(confirm("你確定要登出合約客戶區麼?"))
    {
		parent.location.href="../../pd.php";
		return false; }
	return true;    
}
function ehitimage()
{
	if(confirm("Are you sure to logout?"))
    {
		parent.location.href="../../epd.php";
		return false; }
	return true;    
}