function window_open( u, w, h ) {
	w = open( u, "s23", "height="+h+",width="+w );
	return w;
} // window_open
