/*
///////////////////////////////////////////////////////////////
// SCRIPT: INEST EMBROIDERY - MENU LEFT
// START DATE: 05/2005
// CREATOR: Phan Tùmg Khoa 
// EMAIL: khoaphantung@yahoo.com - TEL: 0908.800.876
///////////////////////////////////////////////////////////////
*/
<!-- 1. Script setPoint
function setPoint(what, topvalue, leftvalue)
	{
		//document.all.Layer1.style.left = 0	
		eval("document.all."+what).style.top = topvalue
		eval("document.all."+what).style.left = leftvalue	
	}
//-->

<!-- 2. Script PopupMenu
window.name='lno';
	function mOvr(src) {
		if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		//src.bgColor = '#4588F8';
		//src.children.tags('A')[0].style.color = '#006600';
		}
	}
	function mOut(src) {
		if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		//src.bgColor = '#B9D3FF';
		//src.children.tags('A')[0].style.color = "";
		}
	}
window.name='lno1';
	function mOvr1(src) {
		if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		//src.bgColor = '#CB4160';
		src.children.tags('A')[0].style.color = '#FFFF00';
		}
	}
	function mOut1(src) {
		if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		//src.bgColor = '#9E2321';
		//src.children.tags('A')[0].style.color = "";
		}
	}
	function mClk(src) {
		if(event.srcElement.tagName=='TD'){
		//src.children.tags('A')[0].click();
		}
	}
//-->