﻿function openScript(url, width, height){
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,status=no,left=200, top=200,screenX=500,screenY=100' );
}
function openDel(url, width, height){
	var Win = window.open(url,"openDel",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,status=no,left=200, top=200,screenX=500,screenY=100' );
}
function openem(formPath,inputname,class_pic)
{
var formPath,inputname;
if (class_pic==undefined){
	class_pic=1;
}
show_upload('upload_0','upload_1','/member/upload.asp?pc='+class_pic+'&formPath='+formPath+'&inputname='+inputname)
//openScript('upload.asp?formPath='+formPath+'&inputname='+inputname,600,400);
}
