// JavaScript Document
function openNew(page,w,h){
	window.open(page,"","width=" + w + " height=" + h);
}