	var m;
function newWindow(url,name,h,w) {
	// url, name, options, 
	m=window.open(url,name,"height=" + h + ",width=" + w + ",status=no,toolbar=no,menubar=no,location=no");
	} 
