function aaWin(url, type) {
if (type=="main") {
		var winl = (screen.width - 750) / 2;
		var wint = (screen.height - 480) / 2;
		settings='height=480,width=750,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 - 0);
		var wint = (screen.height - 0);
		settings='height=300,width=450,top='+wint+',left='+winl+',status=0,		location=0,scrollbars=0,resizable=0'; 	
    		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);
} else {if (type=="profileV") {
		var winl = (screen.width - 400) / 2;
		var wint = (screen.height - 500) / 2;
		settings='height=500,width=400,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'profilevWin',settings);	
} else {if (type=="profileH") {
		var winl = (screen.width - 600) / 2;
		var wint = (screen.height - 450) / 2;
		settings='height=450,width=600,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'profilevWin',settings);	
} else {if (type=="profileWV") {
		var winl = (screen.width - 450) / 2;
		var wint = (screen.height - 600) / 2;
		settings='height=600,width=450,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'profilevWin',settings);
		}	
									}
								}		
							}
		 				}
					}
		    	}
			}
		}
	}
}




