// Open Popup Window

function popup(url,width,height){
	window.open(url, "window_name", "width="+width+",height="+height+",scrollbars=yes");
}
