// JavaScript Document
function soine_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"soine_annai",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=400');
}

function flight_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"flight_annai",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=780,height=550');
}

function hotel_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"hotel_annai",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height=500');
}

function order_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"order_form",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=900');
}

function op_order_open(tour_name){
var PopUp= "order_op.aspx?t=" + escape(tour_name) + "&u=" + escape(document.URL);
	PopWin=window.open(PopUp,"op_order_form",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=540');
}

function toiawase_open(){
var PopUp= "http://www.okinawaryokou.com/toiawase.aspx";
	PopWin=window.open(PopUp,"op_toiawase_form",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=300');
}

function hotelwarimashi_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"hotelwarimashi",'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=780,height=500');
}

function preview_window_open(Url)
{
	var PopUp=Url;
	PopWin=window.open(PopUp,"preview",'toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,fullscreen=yes');
}


