function myLinks(url, s) {
   w = 500;
    h = 550; 
     LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
     TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes ,resizable=no';
ss = window.open(url+'?ses='+s,'myLinks',settings);
}
function map(url) {
   w = 450;
    h = 450; 
     LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
     TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes ,resizable=no';
ss = window.open(url,'myLinks',settings);
}
function addToFavorites() { 
	var urlAddress = "http://www.help-penis.us"; 
	var pageName = "Help-Penis.us - Penis Enlargement Product";
	if (window.external) { window.external.AddFavorite(urlAddress,pageName) 

} else { alert("Sorry! Your browser doesn't support this function."); 
} 
}
