function openMobile_ID(strType) {
	var w = 920
	var h = 690
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	strUrl="http://203.232.237.191/WooriVm/stdLogin.asp";
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',status=no,menubar=no,scrollbars=yes,noresizable';
	
	window.open(strUrl,'mc',winprops);	
}