
// オンラインカタログ
function catalogOpen_f10(){
	window.open('/f10_catalog/', 'f10catalog', 'menubar=no, toolbar=no, location=no, status=no, resizable=yes');
}
		
function catalogOpen_s11new(){
	window.open('/s11_collection/', 's11collection', 'menubar=no, toolbar=no, location=no, status=no, resizable=yes');
}

function catalogOpen_s11(){
	window.open('/s11_catalog/', 's11catalog', 'menubar=no, toolbar=no, location=no, status=no, resizable=yes');
}

function catalogOpen_f11m(){
	window.open('/f11catalog_mens/', 'f11catalogM', 'menubar=no, toolbar=no, location=no, status=no, resizable=yes');
}

function catalogOpen_f11w(){
	window.open('/f11catalog_womens/', 'f11catalogW', 'menubar=no, toolbar=no, location=no, status=no, resizable=yes');
}
		
// メルマガ登録
function mailOpen(){
	window.open('https://tblnews.timberland.co.jp/v/?VID=user.user.form&OP=form&ID=006', 'mailmagazine', 'width=760, height=700, scrollbars=yes');
}
					
// 直営店リスト
function mapOpen(url){
	window.open(url,'storemap','width=475, height=410, scrollbars=yes, resizable=yes');
}

function qrOpen(url){
	window.open(url,'qrcode','width=300, height=320, resizable=yes');
}


	
		

