function phopen(theURL,winName,features) { //v2.0
  window.open(theURL,winName,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=5,top=5");
}



function profile_open( url, documentName )
{
	var UA  = navigator.userAgent.toUpperCase( ) ;
	var MAC = ( UA.indexOf("MAC") != -1 ) ? true : false ;
	var window_width  = ( MAC ) ? 400 : 462 ;
	var window_height = ( MAC ) ? 400 : 462 ;

	winOption = "directories=no,status=no,scrollbars=no,toolbar=no,location=no,menubar=no,resizable=no,width=" + window_width + ",height=" + window_height + ",left=15,top=15" ;

	window.open( url, documentName, winOption ) ;
}

function workstud_open( url, documentName )
{
	var UA  = navigator.userAgent.toUpperCase( ) ;
	var MAC = ( UA.indexOf("MAC") != -1 ) ? true : false ;
	var window_width  = ( MAC ) ? 400 : 400 ;
	var window_height = ( MAC ) ? 394 : 394 ;

	winOption = "directories=no,status=no,scrollbars=no,toolbar=no,location=no,menubar=no,resizable=no,width=" + window_width + ",height=" + window_height + ",left=15,top=15" ;

	window.open( url, documentName, winOption ) ;
}

function policy_open( url, documentName )
{
	var UA  = navigator.userAgent.toUpperCase( ) ;
	var MAC = ( UA.indexOf("MAC") != -1 ) ? true : false ;
	var window_width  = ( MAC ) ? 500 : 500 ;
	var window_height = ( MAC ) ? 530 : 530 ;

	winOption = "directories=no,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,resizable=no,width=" + window_width + ",height=" + window_height + ",left=15,top=15" ;

	window.open( url, documentName, winOption ) ;
}

function contact_open( url, documentName )
{
	var UA  = navigator.userAgent.toUpperCase( ) ;
	var MAC = ( UA.indexOf("MAC") != -1 ) ? true : false ;
	var window_width  = ( MAC ) ? 500 : 500 ;
	var window_height = ( MAC ) ? 530 : 530 ;

	winOption = "directories=no,status=no,scrollbars=yes,toolbar=no,location=no,menubar=no,resizable=no,width=" + window_width + ",height=" + window_height + ",left=15,top=15" ;

	window.open( url, documentName, winOption ) ;
}