// JavaScript Document

function openWindow1(){
	win1=window.open("","new1","width=950,height=700,menubar=no,scrollbars=yes,resizable=yes");
	win1.document.write("<html><head></head><body>");
	win1.document.write("<img src='image/up_sample1.gif'>");
	win1.document.write("</body></html>");
	win1.document.close();
}

function openWindow2(){
	win1=window.open("","new2","width=1050,height=750,menubar=no,scrollbars=yes,resizable=yes");
	win1.document.write("<html><head></head><body>");
	win1.document.write("<img src='image/up_sample2.gif'>");
	win1.document.write("</body></html>");
	win1.document.close();
}

function openWindow3(){
	win1=window.open("","new3","width=1020,height=740,menubar=no,scrollbars=yes,resizable=yes");
	win1.document.write("<html><head></head><body>");
	win1.document.write("<img src='image/up_sample3.gif'>");
	win1.document.write("</body></html>");
	win1.document.close();
}

function openWindow4(){
	win1=window.open("","new4","width=770,height=350,menubar=no,scrollbars=yes,resizable=yes");
	win1.document.write("<html><head></head><body>");
	win1.document.write("<img src='image/up_sample4.gif'>");
	win1.document.write("</body></html>");
	win1.document.close();
}

function openWindow5(){
	win1=window.open("","new5","width=650,height=170,menubar=no,scrollbars=yes,resizable=yes");
	win1.document.write("<html><head></head><body>");
	win1.document.write("<img src='image/up_sample5.gif'>");
	win1.document.write("</body></html>");
	win1.document.close();
}

