//+----------------------------------------------------------------------------------+
//  Title ：MGL-HP JScript
//  Date  ：2006/08/14
//  Update：2008/01/23
//  Author：Copyright(C) MG Leasing Corporation All Right Reserved
//+----------------------------------------------------------------------------------+
//
function winback() {
	url=window.self.document.URL;
	window.open(url,"_self");
}
//
function winclose() {
	window.close();
}
//
function winopen(url) {
	window.open(url, "", "width=350,height=270,top=300,left=350");
}
//
function new_winopen(url) {
	window.open(url, "", "resizable=yes,alwaysRaised=yes,status=yes,toolbar=yes,titlebar=yes,menubar=yes,scrollbars=yes,location=yes");
}
//
function winopen_small(url) {
	window.open(url, "", "resizable=yes,scrollbars=yes,width=400,height=330,top=300,left=350");
}
//
function winopen_small2(url) {
	window.open(url, "", "resizable=no,alwaysRaised=yes,status=yes,scrollbars=yes,width=620,height=300,top=300,left=120");
}
//
function winopen_small3(url) {
	window.open(url, "", "resizable=no,alwaysRaised=yes,status=yes,scrollbars=yes,width=620,height=500,top=120,left=120");
}
//
function winopen_middle(url) {
	window.open(url, "", "resizable=no,alwaysRaised=yes,status=yes,scrollbars=yes,width=620,height=600,top=80,left=120");
}
//
function wintop() {
	// 本番環境リリース時、修正の必要有り。
	//window.location.href="http://172.16.250.10/hp_new/index.html";
	window.location.href="http://www.mgl.co.jp/index.html";
}
//
function winprint() {
	window.top.contents.print();
}
//
