// ウィンドウズオープンスクリプト

function map(NewPage1,tname) { 
	win=window.open(NewPage1,tname,"toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=0,width=585,height=550");
} 


function wclose() { self.close(); }

function floating(){
	self.window.focus();
}


