function wopen(urls){
	var newWin = window.open("","miniWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=520,height=500,left=0,top=0");
	newWin.location.href = urls;
	if(parseInt(navigator.appVersion)>=3) newWin.focus();
}

function WinOpenAccess(){
window.open('../../sp/a-doctor_spfl/','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=600,height=340');
}

function openWindow( u,ta,x,y,w,h,st,sc,to,m,l,res,dir,fav,rep,fullsc )
{
	var url        = u   ; // URL
	var target     = ta  ; // ページを開くWindow名
	var left       = x || ( screen.availWidth  - w ) / 2 ; // WindowのＸ座標
	var top        = y || ( screen.availHeight - h ) / 2 ; // WindowのＹ座標
	var width      = w   ; // Windowの横幅
	var height     = h   ; // Windowの縦幅
	var status     = st  ; // ステータス・バーの有無
	var scrollbar  = sc  ; // スクロール・バーの有無
	var toolbar    = to  ; // ツール・バーの有無
	var menubar    = m   ; // メニュー・バーの有無
	var location   = l   ; // ロケーションの有無
	var resizable  = res ; // Windowのリサイズを可能にするか
	var directorie = dir ; // ユーザ設定ツールバーの有無
	var favorite   = fav ; // お気に入りバーの有無(Mac+IE)
	var replace    = rep ; // window.replace("") の様な機能を持たせるか
	var fullscreen = fullsc ; // フルスクリーンモードで開くか

		var features = "status=" + status + ",scrollbars=" + scrollbar + ",toolbar=" + toolbar + ",location=" +location + ",menubar=" + menubar + ",resizable=" + resizable + ",left=" + left + ",top=" + top + ",width=" + width + ",height=" + height + ",directories=" + directorie + ",favorites=" + favorite + ",fullscreen=" + fullscreen ;

	window.open ( url, target, features, replace ) ;
}

function openSynqloS1(){
window.open("/service/produce/synqlo/s1/fullscreenframeset.html","FullScreen","fullscreen=1, scrollbars=0");
}

function openSynqloS2(){
window.open("/service/produce/synqlo/s2/index.html","synqloS2","width=690,height=560,resizable=0,scrollbars=0");
}

function openFullScreen( myURL )
{
	var width = screen.availWidth ;
	var height = screen.availHeight ;

	openWindow( myURL,'quickLearning',0,0,width,height,'no','no','no','no','no','no','no','no','no','no' ) ;
	
}

function openFullScreen2( myURL )
{
	var width = screen.availWidth ;
	var height = screen.availHeight ;

	openWindow( myURL,'quickLearning',0,0,width,height,'no','no','no','no','no','no','no','no','no','yes' ) ;
}

function WinOpen1(){
window.open('panolife/pano_01.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=650,height=540');
}
function WinOpen2(){
window.open('panolife/pano_02.html','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=625,height=400');
}
function WinOpen3(){
window.open('panolife/pano_03.html','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=625,height=400');
}
function WinOpen4(){
window.open('panolife/pano_04.html','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=625,height=400');
}
function WinOpen5(){
window.open('panolife/pano_05.html','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=625,height=400');
}
function WinOpen6(){
window.open('panolife/06/','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=625,height=400');
}
function WinOpen7(){
window.open('panolife/pano_06.html','window3','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=570,height=360');
}

function WinOpenc1(){
window.open('panolife/pano_c01.html','window2','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=650,height=540');
}
function WinOpenc2(){
window.open('panolife/pano_c02.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}
function WinOpenc3(){
window.open('panolife/pano_c03.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}
function WinOpenc4(){
window.open('panolife/pano_c04.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}
function WinOpenc5(){
window.open('panolife/pano_c05.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}
function WinOpeno1(){
window.open('panolife/pano_o01.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}
function WinOpeno2(){
window.open('panolife/pano_o02.html','window1','resizable=0,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=580,height=460');
}

function oW( )
{
openWindow( '/service/produce/visualsorter/main.html','visualsorter',null,null,800,592,'no','no','no','no','no','no','no','no','no' ) ;
}
