function openPopup(path,height,width) {
	if (!height) height=350;
	if (!width) width=300;
	window.open(path, '', 'height='+height+', width='+width+', toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no');	
}
