function Img2(page) {
	newWinImg2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=yes,toolbar=yes,height=460,width=728");
	newWinImg2.focus();
}

function Win2(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=yes,scrollbars=yes,menubar=yes,toolbar=yes,height=500,width=728");
	newWin2.focus();
}

function Win3(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=no,toolbar=yes,height=250,width=728");
	newWin2.focus();
}

function Win4(page) {
	newWin2 = open(page, 2, "location,resizable=yes,status=no,scrollbars=yes,menubar=no,toolbar=yes,height=300,width=500");
	newWin2.focus();
}




function loader() {
	LoadPage= open("/loader.html","LoaderWin","resizable=no,height=50,width=400,left=30,top=10");
	LoadPage.focus();
 }

function unloader() {
	LoadPage.close();
	self.focus(); 
}

// loader();