
function OpenAdminPage(id,width,height,left,top) {
	AdminPop = window.open("http://192.168.1.1/MainPage?id=" + id + "", "AdminTools", "width=" + width + ", height=" + height + ", left=" + left + ", top=" + top + ", toolbar=no, directories=0, menubar=no, status=no, resizable=1, location=0, scrollbars=2, copyhistory=1");
}

function OpenToolPop(id,width,height,left,top) {
	ToolPop = window.open("http://192.168.1.1/PopOutPage?id=" + id + "", "RouterTools", "width=" + width + ", height=" + height + ", left=" + left + ", top=" + top + ", toolbar=no, directories=0, menubar=no, status=no, resizable=1, location=0, scrollbars=2, copyhistory=1");
}
