	function popdiv(setdiv){
		

      	$("#"+setdiv+"").animate({ 
        width: "500px",
      	height: "100%",
        opacity: 5,
        marginLeft: "0px",
        borderWidth: "1px"
	},1000);
	
 	}

 function popup(url) {

  var popit = window.open(url,'console','scrollbars,resizable,width=800,height=600,top=75,left=100');
 }


