// JavaScript Document
	function currentclass(strcontent) {
		if(document.getElementById(strcontent).className == 'lnav_oneLine'){
			document.getElementById(strcontent).className = 'lnav_oneLine_active'
		}else{
			document.getElementById(strcontent).className = 'lnav_twoLine_active';
			}
		}
		
		
	var p_height = parseInt(screen.height * .8);
	var p_width  = parseInt(screen.width  * .8);
	
	var s_height = 620;
	var s_width  = 765;

	//function openSplash(){
		//open('maintenance.cfm','','location=1,toolbar=1,status=1,resizable=1,scrollbars=1,height='+s_height+',width='+s_width+',top=10,left=10');
	//}
	//*********************************************************************************
	//deployment of new interface
	function openSplash(){
		open('https://new.patient-pay.com/pp/onlinepayment.aspx?loc=sunhealth','','location=1,toolbar=1,status=1,resizable=1,scrollbars=1,height='+s_height+',width='+s_width+',top=10,left=10');
	}
	
	//old interface
	//function openSplash(){
		//open('https://patient-pay.com/external/sunhealth/index.cfm?applicationID=65','','location=1, status=1,resizable=1,scrollbars=1,height='+s_height+',width='+s_width+',top=10,left=10');
		
	//}
	
	function openFile(the_file){
		open(the_file,'','location=0,resizable=1,scrollbars=1,height='+p_height+',width='+p_width+',top=10,left=10');
	}
	
	function openMovie(the_file){
		open(the_file,'','location=0,resizable=1,scrollbars=1,width=765,height=575,top=10,left=10');
	}
	
	function openFileWMenu(the_file){
		open(the_file,'','location=1,toolbar=1,resizable=1,scrollbars=1,height='+p_height+',width='+p_width+',top=10,left=10');
	}