var yax = (screen.availHeight-280)/2;
		
function big_img(url) {
 var link = url;
 if(navigator.appName == "Netscape") {
	  window.open(""+link+"","Mic","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,screenX=0,screenY="+yax+",width=310,height=410");
    opener.focus();
 }	
 else {
     window.open(""+link+"","Mic", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top="+yax+",width=310,height=410");
     opener.focus();
 }
}
	

function matrix(subject,end,middle,middle2,start){
 var one ='mai';
 var two='lto:';
 var three='?Subject=';
 //start,middle,end,subject;
 var putogether= one+two+start+middle+middle2+end+three+subject;
 document.location.href=eval('"'+putogether+'"');
 window.status=putogether;
}
