function popup(code, categoryKey, imagetype)
{
	window.name = "cuasochinh";
	var s_url = './Hinhnen_popup.aspx?code=' + code+'&catkey='+categoryKey+'&type='+imagetype;
	TheDataWin = window.open(s_url, 'replace', 'width=550,height=420,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,directories=no');
	leftVal = (screen.width - 550) / 2;
	topVal = (screen.height - 300) / 2		
	TheDataWin.moveTo(leftVal,topVal); 
	TheDataWin.focus(); 	
}
function popup1(code, categoryKey, imagetype)
{
	window.name = "cuasochinh1";
	var s_url = './Hinhnen_popup_1.aspx?code=' + code+'&catkey='+categoryKey+'&type='+imagetype;
	TheDataWin = window.open(s_url, 'replace', 'width=550,height=370,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,directories=no');
	leftVal = (screen.width - 550) / 2;
	topVal = (screen.height - 370) / 2		
	TheDataWin.moveTo(leftVal,topVal); 
	TheDataWin.focus(); 	
}
function link(addr)
{
	window.open(addr);
}
function message(code)
{
	alert("test");
}
