
function newWindow(page) { //v2.0
	linkWindow = window.open(page, "newHTML","toolbar=yes,menubar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes,copyhistory=1,top=200,left=200,width=600,height=300");
	linkWindow.focus();
}


