var Fox = navigator.userAgent.indexOf("Firefox") != -1;
var Safari = navigator.userAgent.indexOf("Safari") != -1;
var IE = navigator.userAgent.indexOf("MSIE") != -1;
var NN = navigator.userAgent.indexOf("Netscape") != -1;

function form(wUrl){
	var wObj;
	wWidth = 610;
	wHeight = 550;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
//	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();
}

function productDetail(wUrl){
	var wObj;
	wWidth = 490;
	wHeight = 628;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
//	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();
}

function popupOnlineCatalogue(wUrl){
	var wObj;
	wWidth = 920;
	wHeight = 650;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'onlineCatalogue',wOption);
	wObj.focus();
}

function popupCampaignForm(wUrl){
	var wObj;
	wWidth = 705;
	wHeight = 650;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
//	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();
}

function popupWirebagCharmSimulator(wUrl){
	var wObj;
	wWidth = 920;
	wHeight = 650;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'onlineCatalogue',wOption);
	wObj.focus();
}

function popupSizeGuide(wUrl){
	var wObj;
	wWidth = 890;
	wHeight = 650;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
//	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();
}

// 20110121 商品詳細ポップアップの機能改修(BPM:p358)
function popupLargeImage(wUrl){
	var wObj;
	wWidth  = 735;
	wHeight = 796;
	scWidthCenter  = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();

}

// 20110228 商品詳細ページ　レビュー機能(BPM:p250)
function customerImage(wUrl){
	var wObj;
	wWidth = 360;
	wHeight = 300;
	scWidthCenter = screen.availWidth / 2;
	scHeightCenter = screen.availHeight / 2;
//	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight;
	wOption = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + wWidth + ",height=" + wHeight + ",left=" + (scWidthCenter - (wWidth / 2)) + ",top=" + (scHeightCenter - (wHeight / 2));
	wObj = window.open(wUrl,'Style',wOption);
	wObj.focus();
}

