// JavaScript Document -- popup window functions

function playVideo_sales(){
	msgWindow=window.open("http://www.urlhere.com","OpenWindow","width=555,height=480,scrollbars=no");
}

function PopUps(sURL, sCaption) {
    window.open(sURL, sCaption, 'top=30,screenx=50,left=50,screeny=50,width=679,height=570,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=yes,directories=no,toolbar=no');
 }
 
 function VideoPopUps(sURL, sCaption) {
    window.open(sURL, sCaption, 'width=555,height=480,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=yes,directories=no,toolbar=no');
 }


		function PopWindow(theURL){ 
		   window.open(theURL,'','width=640,height=420,menubar=no,status=no,location=no,toolbar=no,scrollbars=1');
		}
		function PopWin_M(theURL){ 
		   window.open(theURL,'','width=1000,height=650,menubar=no,status=no,location=no,toolbar=no,scrollbars=1');
		}

		function PopWindow2(theURL){ 
   			window.open(theURL,'','width=660,height=500,menubar=no,status=no,location=no,toolbar=no,scrollbars=1');
		}
		function playVideo(){
			msgWindow=window.open("http://www.maddash.net/videos/ummc/","OpenWindow","width=640,height=480,scrollbars=no");
		}
	
		function PopWindow3(theURL){
			window.open(theURL,'','width=640,height=480,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
		}