/***************************************************************************
                         Javascript Client-side functions
***************************************************************************/


   function OpenCBS(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"CBS","width=575,height=515,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=yes");
	}
	
    function OpenDemo(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"demo","width=610,height=410,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=yes");
	}
	  
	function OpenPDF(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"pdf","width=610,height=480,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=yes");
	}
	
	function OpenVideo(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"video","width=540,height=370,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=no,status=no,dependent=no,scrollbars=no");
	}
	
	function OpenSite(url,width,height) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"site","width="+width+",height="+height+",left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=no");
	}

	function OpenSite640(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"site","width=640,height=480,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=no");
	}

	function OpenSite800(url) {
	           open("/global/scripts/jump_frame.asp?content=" + url,"site","width=800,height=520,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=no");
	}

	function OpenCSP() {
	           open('/partners/software/directory/directory.asp','csp','width=650,height=450,left=20,top=20,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=yes');
	}

	function OpenSCMCalc() {
	           open('/ssvclg/','scmcalc','width=750,height=600,menubar=no,toolbar=no,locationbar=no,resizable=yes,status=no,dependent=no,scrollbars=yes');
	}
	
