function openwin(theurl){
	window.open("../"+theurl,"openwin","width=480,height=430,scrollbar=auto")
}
function openwin2(theurl){
	window.open(theurl,"openwin","width=480,height=430,scrollbar=auto")
}
function openwin3(theurl){
	window.open(theurl,"","width=480,height=430,scrollbar=auto")
}