// JavaScript Document

function openwin1(url){
	opendata = open(url,"openwin1","width=750,height=850,scrollbars=yes,resizable=yes");
	opendata.focus();
}
function openwin2(url){
	opendata = open(url,"openwin2","width=670,height=850,scrollbars=yes,resizable=yes");
	opendata.focus();
}
function openwin3(url){
	opendata = open(url,"openwin3","width=750,height=850,scrollbars=yes,resizable=yes");
	opendata.focus();
}
function openwin4(url){
	opendata = open(url,"openwin4","width=750,height=850,scrollbars=yes,resizable=yes");
	opendata.focus();
}
