function openW(url, name, w, h) {
	window.open(url, name, "width=" + w + ",height="+h);
}