function popitup(url,h,w) {
	newwindow=window.open(url,'name','height='+h+',width='+w+',toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
	return false;
}


