function openmistake(url,shopcode,bukkenID,jobtype) {
        var mistake   =  url+'report_pc.php?ShopCode='+shopcode+'&jobType='+jobtype+'&bukkenID='+bukkenID+'&site_flag=cross';
        window.open(mistake, "window_name", "width=540,height=750,scrollbars=yes,resizable=yes,status=yes");
}

function openprint(url,id,genre) {
	var print = url+'user/'+genre+'/detail?id='+id+'&print=1';
	window.open(print, "window_name", "width=780,height=860,scrollbars=yes,resizable=yes,status=yes");
}

function opennewmail(url,query,jobtype) {
	var mail  = url+'user/'+jobtype+'/entry?'+query+'&register_flag=1';
	window.open(mail, "window_name", "width=740,height=750,scrollbars=yes,resizable=yes,status=yes");
}

function openshopmail(url,shopcode,bukkenid,tradercode) {
	var shop  =  url+'union_inquiry/mail.php?ShopCode='+shopcode+'&TraderCode='+tradercode+'&bukkenId='+bukkenid+'&public=cross';
	window.open(shop, "window_name", "width=720,height=520,scrollbars=yes,resizable=yes,status=yes");
}

jQuery.noConflict();
jQuery(document).ready(function($){ 
     jQuery("#globalNavi").supersubs({ 
	    minWidth:    14, 
	    maxWidth:    17,
		extraWidth:  1
	}).superfish({
        speed   : 'fact',
        delay       : 500
	}).find('ul').bgIframe({opacity:false});
}); 

