//スクロールバーなし、サイズ変更不可
function nwin(url,name,wid,hei){
	window.open(url,name,'width='+wid+',height='+hei).focus() ;
}


//スクロールバーあり、サイズ変更可
function nwin2(url,name,wid,hei){
	window.open(url,name,'width='+wid+',height='+hei+',scrollbars=yes,resizable=yes').focus() ;
}


//Virtual Experience
function experience (url,wid,hei) {
	window.open('/products/handhelds/pocketpc/'+url+'/experience/','experience','width='+wid+',height='+hei).focus() ;
}

//Close Up
function closeup(url,wid,hei) {
	window.open('/products/handhelds/pocketpc/'+url+'/closeup/','closeup','width='+wid+',height='+hei).focus() ;
}


//シリーズ比較表
function compared(){
	window.open('/products/handhelds/pocketpc/compared/','compared','width=500,height=630').focus() ;
}


//アプリケーション
function application(model,url){
	window.open('/products/handhelds/pocketpc/'+model+'/images/applications/'+url+'_b.gif','application','width=270,height=350').focus() ;
}

//アプリケーション
function application2(model,url){
	window.open('/products/handhelds/pocketpc/'+model+'/images/applications/'+url+'_b.gif','application','width=340,height=260').focus() ;
}

//アプリケーション
function application3(model,url){
	window.open('/products/handhelds/pocketpc/'+model+'/images/applications/'+url+'_b.jpg','application','width=270,height=350').focus() ;
}

//アプリケーション
function application4(model,url){
	window.open('/products/handhelds/pocketpc/'+model+'/images/applications/'+url+'_b.jpg','application','width=180,height=290').focus() ;
}

//アプリケーション
function application5(model,url){
	window.open('/products/handhelds/pocketpc/'+model+'/images/applications/'+url+'_b.jpg','application','width=256,height=200').focus() ;
}

//オプション（純正品）
function option(url) {
	window.open ( '/products/handhelds/pocketpc/options/genuine/popup/'+url+'.html' , 'option' , 'screenX=10,screenY=10,left=10,top=10,width=450,height=300,scrollbars=yes,resizable=yes' ) .focus();
}

//オプション（サードパーティ製品）
function option_t(url) {
	window.open ( '/products/handhelds/pocketpc/options/third_party/popup/'+url+'.html' , 'option_t' , 'screenX=10,screenY=10,left=10,top=10,width=520,height=400,scrollbars=yes,resizable=yes' ) .focus();
}

//導入事例
function order(user,url){
	window.open('/products/handhelds/pocketpc/'+user+'/images5/order/'+url+'.gif','order','width=200,height=260').focus() ;
}

//導入事例
function order_t(user,url){
	window.open('/products/handhelds/pocketpc/'+user+'/images8/'+url+'.gif','order','width=260,height=370').focus() ;
}

//ガイド ポップアップ
function guidepopup(url) {
	window.open ( '/products/handhelds/pocketpc/guide/popup/'+url+'.html' , 'guidepopup' , 'screenX=10,screenY=10,left=10,top=10,width=760,height=460,scrollbars=no,resizable=yes,toolbar=no,status=no,menubar=no' ) .focus();
}