function newwindow1(file) {
	newWindow = open(file,"newWindow","width=200,height=300,top=50,left=50,scrollbars=auto,resizable=yes");
newWindow.focus();
}

function newwindow2(file) {
	newWindow = open(file,"newWindow","width=550,height=500,top=5,left=50,scrollbars=yes,resizable=yes");
newWindow.focus();
}

function newwindow3(file) {
	newWindow = open(file,"newWindow","width=400,height=300,top=5,left=50,scrollbars=no,resizable=yes");
newWindow.focus();
}

function newwindow4(file) {
	newWindow = open(file,"newWindow","width=350,height=450,top=5,left=50,scrollbars=yes,resizable=yes");
newWindow.focus();
}
function newwindow5(file) {
	newWindow = open(file,"newWindow","width=300,height=80,top=5,left=50,scrollbars=no,resizable=yes");
newWindow.focus();
}
function newwindow6(file) {
	newWindow = open(file,"newWindow","width=300,height=500,top=5,left=50,scrollbars=no,resizable=yes");
newWindow.focus();
}
function newwindow7(file) {
	newWindow = open(file,"newWindow","width=300,height=350,top=5,left=50,scrollbars=no,resizable=yes");
newWindow.focus();
}