
<!--//

//-----------------------------------------------------------------------------------------//
function opencatalogue(cID,dID)
	{
	    var width = 700;
	    var height = 550;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
		
		window.open("/Pages/CourseCatalogue.aspx?cid=" + cID + "&did=" + dID,"CourseCatalogue","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-----------------------------------------------------------------------------------------//

function openalumnivideo(aVideo)
	{
	    var width = 450;
	    var height = 455;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open("/alumni/videos/" + aVideo,"AlmniVideo","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-----------------------------------------------------------------------------------------//

function openmonroetravel()
	{
	    var width = 420;
	    var height = 340;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open("/Pages/TravelMonroe.aspx","MonroeTravel","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-----------------------------------------------------------------------------------------//

function openccode()
	{
	    var width = 510;
	    var height = 480;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open("/Files/cc_code.htm","MonroeTravel","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-----------------------------------------------------------------------------------------//

function changetooutofstate(dCountry)
	{
	    if ((dCountry.value != 1) && (dCountry.value != 44))
	    {
            document.getElementById("ctl00_ContentPlaceHolder1_ddState").value = 87;
	    }
	    else
	    {
	        document.getElementById("ctl00_ContentPlaceHolder1_ddState").value = '';
	    }
	
	}
//-----------------------------------------------------------------------------------------//


function openvideo(aVideo)
	{
	    var width = 450;
	    var height = 455;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open("/aboutmonroe/news/videos/" + aVideo,"Videos","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-----------------------------------------------------------------------------------------//
function openpage(path,title)
	{
	    var width = 756;
	    var height =675;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open(path,title,"width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}

//-----------------------------------------------------------------------------------------//	

function openGoogleVideo(path,title)
      {
          var width = 750;
          var height =475;
            var winleft = (screen.width-width)/2; 
            var winUp = (screen.height-(height+110))/2;
      
        window.open(path,title,"width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
      }
//-----------------------------------------------------------------------------------------//

function openflowplayer(aVideo)
	{
	    var width = 480;
	    var height = 460;
		var winleft = (screen.width-width)/2; 
		var winUp = (screen.height-(height+110))/2;
	
        window.open("/aboutmonroe/" + aVideo,"Videos","width=" + width + ",height=" + height + ",scrollbars=no,resizable=no,top=50,left=100,left="+winleft+",top="+winUp)
	}
//-->
