<!--function MM_openBrWindow( theURL,winName,features ) { //v2.0	var win = window.open( theURL, winName,features );	win.focus( );};function CategoryOpen_backup() {	if ( document.forms[0].pref.selectedIndex == 0 && document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3068\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].pref.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	}	v = document.forms[0].elements['city'].value;	if ( v.substring( 0, 1 ) == 'K' ) key = v.substring( 1 );	else key = 'jimu' + v.substring( 3, 1 );	url = 'http://www.wdb.com/jobinfo.nsf/' + key + '?OpenView';	MM_openBrWindow(url, 'search','')};function CategoryOpen() {	if ( document.forms[0].pref.selectedIndex == 0 && document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3068\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].pref.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	}	v = document.forms[0].elements['city'].value;	if ( v.substring( 0, 1 ) == 'K' ) {		cate = 'Keyw';		key = v.substring( 1 );	} else {		cate = 'Gnaikey';		key = v.substring( 1 );	};	url = 'http://www.workdatabank.co.jp/jobinfo.nsf/AreaSch?OpenForm&' + cate + '=' + key;//	MM_openBrWindow(url, 'search','')	window.open( url, '_self' );};function CategoryOpenW() {	if ( document.forms[0].pref.selectedIndex == 0 && document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3068\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].pref.selectedIndex == 0 ) {		window.alert( "\u5927\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	} else if ( document.forms[0].city.selectedIndex == 0 ) {		window.alert( "\u5C0F\u5206\u985E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044" );		return false;	}	v = document.forms[0].elements['city'].value;	if ( v.substring( 0, 1 ) == 'K' ) {		tab = '2';		cate = 'k';		key = v.substring( 1 );	} else {		tab = '3';		cate = 'j';		key = v.substring( 1 );	};	url = 'http://www.wdb.com/jobinfo.nsf/search?OpenForm&def=1&tab=' + tab + '&' + cate + 'wd=' + key;	window.open( url, '_self' );};function JobNoOpen( winName ) {	elem = document.forms[0].elements['No'];	if ( elem.value.length != 10 ) {		window.alert( "10\u6841\u306E\u304A\u4ED5\u4E8B\u30CA\u30F3\u30D0\u30FC\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044" );		return false;	};	url = 'http://www.wdb.com/jobinfo.nsf/SchJobNo?OpenForm&no=' + elem.value;	MM_openBrWindow(url, winName,'')};//-->