// JavaScript Document

function openwindow(href,target,width,height){
	window.open(href,target,"menubar=1,scrollbars=1,resizable=1,width="+width+",height="+height);
}
