   function ShowMargenTip(strTipText)
   {
// strClose1 = "<table dir=ltr cellpadding=0 cellspacing=0 border=0 width=100% align='right'><tr><td bgcolor='#add8e6' width=100%></td><td></td></tr></table>"
 strClose1 = ""
 strClose2 = "<input type=image src='/images/tip/close.gif' value='ÇÛáÇÞ' onclick='HideDivTip()'>"
// DivTip.innerHTML = "<table cellpadding=0 cellspacing=0 border=0 height=100% width=100% backgroundcolor='#cecdcd' align='right'><tr><td><table cellpadding=4 cellspacing=0 border=0 width=100%><tr><td></td></tr><tr><td>" + strTipText + "</td></tr></table></td></tr><tr><td valign=bottom><table cellpadding=4 cellspacing=0 border=0 width=100% valign=bottom><tr><td background='/images/tip/box_pix_bottom.gif' align=left>" + strClose2 + "</td></tr></table></td></tr></table>"
 DivTip.innerHTML = "<table cellpadding=0 cellspacing=0 border=0 height=100% width=100% backgroundcolor='#cecdcd' align='right'><tr><td><table cellpadding=4 cellspacing=0 border=0 width=100%><tr><td></td></tr><tr><td>" + strTipText + "</td></tr></table></td></tr><tr><td valign=bottom><table cellpadding=4 cellspacing=0 border=0 width=100% valign=bottom><tr><td align=center><INPUT value='Ø¥ØºÙ„Ø§Ù‚' onclick='HideDivTip()' type=button></td></tr></table></td></tr></table>"
 DivTip.style.top = document.body.scrollTop + event.clientY
 DivTip.style.left = event.clientX-50
 if ((screen.width/2) < event.clientX)
    DivTip.style.left = event.clientX-50-200
 if((screen.height/2) < event.clientY)
    DivTip.style.top = document.body.scrollTop + event.clientY - 100
 DivTip.style.scrollbarBaseColor='#DADADA'
 DivTip.style.display = ""
 DivTip.scrollTop=0
   }
 function HideDivTip()
{
   DivTip.style.display = "none"
}


function HideDivTip()
{
	DivTip.style.display = "none"
}


	function ShowMargenTip(strTipText)
	{
//		strClose1 = "<table dir=ltr cellpadding=0 cellspacing=0 border=0 width=100% align='right'><tr><td bgcolor='#add8e6' width=100%></td><td></td></tr></table>"
		strClose1 = ""
		strClose2 = "<input type=image src='/images/tip/close.gif' value='ÇÛáÇÞ‚' onclick='HideDivTip()'>"
//		DivTip.innerHTML = "<table cellpadding=0 cellspacing=0 border=0 height=100% width=100% backgroundcolor='#ffffff' align='right'><tr><td><table cellpadding=4 cellspacing=0 border=0 width=100%><tr><td></td></tr><tr><td>" + strTipText + "</td></tr></table></td></tr><tr><td valign=bottom><table cellpadding=4 cellspacing=0 border=0 width=100% valign=bottom><tr><td ' align=left>" + strClose2 + "</td></tr></table></td></tr></table>"
		DivTip.innerHTML = "<table cellpadding=0 cellspacing=0 border=0 height=100% width=100% backgroundcolor='#ffffff' align='right'><tr><td><table cellpadding=4 cellspacing=0 border=0 width=100%><tr><td></td></tr><tr><td>" + strTipText + "</td></tr></table></td></tr><tr><td valign=bottom><table cellpadding=4 cellspacing=0 border=0 width=100% valign=bottom><tr><td align=center><INPUT value='ÇÛáÇÞ' onclick='HideDivTip()' type=button></td></tr></table></td></tr></table>"
		DivTip.style.top = document.body.scrollTop + event.clientY
		DivTip.style.left = event.clientX-50
		if ((screen.width/2) < event.clientX)
			DivTip.style.left = event.clientX-50-200
		if((screen.height/2) < event.clientY)
			DivTip.style.top = document.body.scrollTop + event.clientY - 100
		DivTip.style.scrollbarBaseColor='#ffffff'
		DivTip.style.display = ""
		DivTip.scrollTop=0
	}

		function printPage(page)
		{
			pUrl="print.php?page= + strTipText +";
			window.open(pUrl, "print.php","width=650,height=450,resizable=yes,scrollbars=yes");
		}


