// JavaScript Document

function window_open(url,width,height){
	window.open(url,'popup','width='+width+',height='+height+',directories=no,fullscreen=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no')
}
