//*メインフラッシュ */

function main_f(){
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.kg-produce.com/swf/recmain.swf" type="application/x-shockwave-flash" width="960" height="400" quality="best" play="true" wmode="transparent"></emded>');
}

//*一般メインフラッシュ */

function main(){
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.kg-produce.com/swf/main.swf" type="application/x-shockwave-flash" width="980" height="380" quality="best" play="true" wmode="transparent"></emded>');
}

//求人のロゴクリック
function doSubmit(url){
alert(123);  
location.href=url;
}
