function OpenPage(param, w, h){

	n=window.open(param,"welcome","menubar=none, scrollbars=yes, width="+w+", height="+h);

}
