/*
	popupウインドウ開くjs
*/

function openWin(theURI) {
 PopUpWin=window.open(theURI,'theWin','scrollbars=0,width=500,height=600,resizable=1,directories=0,toolbar=0,status=1,location=0');
 PopUpWin.focus();
}


/*タレント募集*/
function nw01(url)
{window.open(url,"nw01","width=600,height=700,scrollbars=1,resizable=2,location=yes, toolbar=no");}