<!-- Include this to email -->
function openwin(linkage,heightin,widthin) {
	newWindow = window.open(linkage,"subWind","status=no,menubar=no,resizable=no,scrollbars=no,height="+heightin+",width="+widthin+"")
	newWindow.focus()
}
