// JavaScript Document
function win1(){
	window.open("http://arctgroup.com/contact/edu/contact_edu.htm","edu","width=490,height=450,top=100,left=100,toolbar=no,location=no,status=no, fullscreen=no, menubar=no,scrollbars=no,resizable=no");
	}
function win_oneday(){
	window.open("http://www.arctgroup.com/contact/oneday/oneday_01.htm","oneday","width=516,height=500,top=100,left=100,toolbar=no,location=no,status=no, fullscreen=no, menubar=no,scrollbars=yes,resizable=no");
	}
function win_remote(window) {
	open (window,"NewWindow01", "left=200, top=100, toolbar=no, fullscreen=no, scrollbars=no, menubar=no, resizable=no, width=460, height=245");
}