function aaWin(url, type) {
if (type=="press") {
		var winl = (screen.width - 500) / 2;
		var wint = (screen.height - 700) / 2;
		settings='height=700,width=500,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=1,resizable=0';
		var MyPerWindow=window.open(url,'personnelWin',settings);
} else {if (type=="videos") {
		var winl = (screen.width - 500) / 2;
		var wint = (screen.height - 350) / 2;
		settings='height=350,width=500,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1';
		var MyPicWindow=window.open(url,'pictureWin',settings)
} else {if (type=="profile") {
		var winl = (screen.width - 600) / 2;
		var wint = (screen.height - 400) / 2;
		settings='height=400,width=600,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=0';
		var MyByeWindow=window.open(url,'profileWin',settings);
} else {if (type=="popup") {
		var winl = (screen.width - 652) / 2;
		var wint = (screen.height - 418) / 2;
		settings='height=418,width=652,top='+wint+',left='+winl+',status=0,		location=0,scrollbars=0,resizable=1'; 	
    		var MySqWindow=window.open(url,'popWin',settings);
} else {if (type=="horiz") {
		var winl = (screen.width - 600) / 2;
		var wint = (screen.height - 525) / 2;
		settings='height=525,width=600,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
   		var MyHorizWindow=window.open(url,'horizWin',settings);
} else {if (type=="picture") {
		var winl = (screen.width - 430) / 2;
		var wint = (screen.height - 600) / 2;
		settings='height=600,width=430,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'mainWin',settings);
} else {if (type=="square") {
		var winl = (screen.width - 574) / 2;
		var wint = (screen.height - 600) / 2;
		settings='height=600,width=574,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'squareWin',settings);
		}
		 				}
					}
		    	}
			}
		}
	}
}




