/*------------- Popup function -------------*/

function popwin(url){
	var url,windowname,option;
	var cmnOptions = ",scrollbars=yes,resizable=yes,location=yes,menubar=no,top=0,left=0";
	switch (url){
		case "entry" :
			windowname="Recruitform"; url="https://job.agentlink.jp/1d656a5a0eab4821377f244cdb57b402/index.php?action=entry_input";
			option="width=650,height=600,scrollbars=yes,resizable=yes,location=no,menubar=no,status=yes,top=0,left=0";
			break;
	}
	window.open(url,windowname,option);
}
