function init(){
	window.defaultStatus='Ortheon Medical'
}


// image popup window script //

function popUp(thePage,pgWidth,pgHeight){
	theTarget = "_blank";
	showToolbar = "no";
	theWidth = pgWidth + 40;
	theHeight = pgHeight + 40;
	window.open(thePage,theTarget,'toolbar=' + showToolbar + ',location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + theWidth + ',height=' + theHeight);
}
