
function openLib (LibraryTarget) {
	x = window.open(LibraryTarget, "LIBRARY", "left=0, top=0, width=800, height=800, toolbar=0, menubar=0, location=1,status=0,scrollbars=1,resizable=1")
	x.focus()
}
 
function openGeneralInfo (GeneralInfoTarget) {
	x = window.open(GeneralInfoTarget, "GeneralInfo", "left=50, top=50, width=800, height=700, toolbar=0, menubar=0,location=1,status=0,scrollbars=1,resizable=1")
	x.focus()
}

function openResult (openResultTarget) {
	x = window.open(openResultTarget, "Result", "left=0, top=0, width=800, height=800, toolbar=1, menubar=1,location=1,status=1,scrollbars=1,resizable=1")
	x.focus()
}

function openFormQ (FormQTarget) {
	x = window.open(FormQTarget, "FormQ", "left=100, top=0, width=800,height=700,toolbar=1,menubar=1,location=1,status=1,scrollbars=1,resizable=1")
	x.focus()
}

function openTestimo (LibraryTarget) {
	x = window.open(LibraryTarget, "TESTIMO", "left=0, top=0, width=400, height=300, toolbar=0, menubar=0, location=1,status=0,scrollbars=1,resizable=1")
	x.focus()
}
