// Show

function openwindow(page) {
	window.open(page,"help","status=no,resizable,scrollbars=yes,width=650,height=380,left=120,top=120"); 
}

