function poptastic(url,height,width) {
	newwindow=window.open(url,'name','height='+height+',width='+width+',location=yes,menubar=yes,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()};
	
}// JavaScript Document