// JavaScript Document
function openwindow(url,width,height,title){
	window.open (url,title,'height='+height+', width='+width+', top=120, left=50, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');
}