function popup(url,title,w,h,scr){
	var props = "width=" + w + ",height=" + h + ",top=5,left=5,resizable=no,scrollbars=" + scr + ",border=0";
	window.open(url,title,props);
}