function aaWin(url, type) {
if (type=="portfoliov") {
		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=0,resizable=0';
		var MyPerWindow=window.open(url,'personnelWin',settings);
} else {if (type=="portfolioh") {
		var winl = (screen.width - 650) / 2;
		var wint = (screen.height - 500) / 2;
		settings='height=500,width=650,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1';
		var MyPicWindow=window.open(url,'pictureWin',settings)
} else {if (type=="portfolior") {
		var winl = (screen.width - 650) / 2;
		var wint = (screen.height - 650) / 2;
		settings='height=650,width=650,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=="portfolios") {
		var winl = (screen.width - 650) / 2;
		var wint = (screen.height - 700) / 2;
		settings='height=700,width=650,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 - 800) / 2;
		var wint = (screen.height - 600) / 2;
		settings='height=600,width=800,top='+wint+',left='+winl+',status=0, 		location=0,scrollbars=0,resizable=1'; 	
    		var MyMainWindow=window.open(url,'mainWin',settings);
} else {if (type=="portfoliovp") {
		var winl = (screen.width - 500) / 2;
		var wint = (screen.height - 650) / 2;
		settings='height=650,width=500,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);
		}	
									}
								}		
							}
		 				}
					}
		    	}
			}
		}
	}
}




