function Popicon() {
	calcWin=window.open("icon.html","ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=530,left=0,top=0");
}
function PopWide( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=650,left=0,top=0");
}
function PopWide2( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=800,left=0,top=0");
}
function Pop_a( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=450");
}
function Pop_b( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=380");
}
function Pop_c( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=500");
}
function Pop_d( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=250");
}


function Pop_orc1( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=650,left=0,top=0");
}
function Pop_orc2( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function Pop_orc3( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function Pop_orc4( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function Pop_orc5( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=250");
}
function Pop_orc6( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=250");
}
function Pop_orc7( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function Pop_orc8( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function Pop_orc9( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,left=0,top=0,height=400");
}
function PopWide10( target ) {
	calcWin=window.open( target,"","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
}



function Pop( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=580,left=0,top=0");
}

function PopWide3( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=600,left=0,top=0");
}

function PopWide4( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=450,height=450,left=0,top=0");
}

function PopWide5( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=400,height=300,left=0,top=0");
}

function PopForm( target ) {
	calcWin=window.open( target,"ss_class","toolbar=yes,menubar=no,scrollbars=yes,resizable=yes,width=600,height=650,left=0,top=0");
}

function PopFy( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=400,left=0,top=0");
}

function Pop1( target ) {
	calcWin=window.open( target,"ss_class","toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=530,left=0,top=0");
}
function wopen1( target_html ){
	window.open( target_html,"WindowOpen1","toolbar=no,location=no,directories=no.status=no,menubar=no,scrollbars=yes,resizable=no,width=340,height=300");
}








function menu(thearea) {
	if (thearea == "") {
		return false;
	}else{
		window.location.href = thearea;
	}
}
function nextLink( urltarget, shopname ){
	document.forms[0].file.value = urltarget;
	document.forms[0].shop.value = shopname;
	document.forms[0].submit();
}
function nextLinks( urltarget, shopname ){
	document.forms[0].file.value = urltarget;
	document.forms[0].shop.value = shopname;
	document.forms[0].submit();
}

function nextLink( urltarget ){
	document.forms[0].file.value = urltarget;
	document.forms[0].submit();
}



function nextLinks2( urltarget, shopname, typename ){
	document.forms[0].file.value = urltarget;
	document.forms[0].shop.value = shopname;
	document.forms[0].type.value = typename;
	document.forms[0].submit();
}



function popJump(selOBJ){
	location.href=selOBJ.options[selOBJ.selectedIndex].value;
}


function nextLinksOcar( selOBJ ){
	var tempStr = selOBJ.options[selOBJ.selectedIndex].value;
	tempStr = tempStr.replace( "(", "" );
	tempStr = tempStr.replace( ")", "" );
	tempStr = tempStr.substring( 1, tempStr.length - 1 );
	tempArray = tempStr.split("','", 4);

	document.forms[0].file.value = tempArray[0];
	document.forms[0].name.value = tempArray[1];
	document.forms[0].folder.value = tempArray[2];
	document.forms[0].simfile.value = tempArray[3];

	document.forms[0].submit();
}


function Mcheck(){
	if (! document.change.chx[0].checked && !document.change.chx[1].checked ){
		alert("変更か取消を選択してください。");
		return false;
	}
	var Item = document.change.kanri_no.value;
	if ( Item == "")	   {
		alert("管理番号をご記入ください。");
		return false;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
