function changePicW(yourChoice)

{
myWindow = window.open('', 'WellaHairProducts', 'width=175,height=225');
myWindow.document.write('<link rel=stylesheet href=bin/shaving.css type=text/css>');
myWindow.document.write('<body leftmargin=0 topmargin=0>');
myWindow.document.write('<table width=175 border=0 cellspacing=0 cellpadding=0 align=center>');
myWindow.document.write('<tr>');
myWindow.document.write('<td align=center><img src=wella/' + yourChoice + ' ></td>');
myWindow.document.write('</tr>');
myWindow.document.write('<tr>');
myWindow.document.write('<td class=n>&nbsp;&nbsp;<a href=# onClick=window.close();>Close window</a></td>');
myWindow.document.write('</tr>');
myWindow.document.write('</table>');

}

function changePicP(yourChoice)

{
myWindow = window.open('', 'ProrasoShavingProducts', 'width=300,height=325');
myWindow.document.write('<link rel=stylesheet href=bin/shaving.css type=text/css>');
myWindow.document.write('<body leftmargin=0 topmargin=0>');
myWindow.document.write('<table width=300 border=0 cellspacing=0 cellpadding=0 align=center>');
myWindow.document.write('<tr>');
myWindow.document.write('<td><img src=proraso/' + yourChoice + ' ></td>');
myWindow.document.write('</tr>');
myWindow.document.write('<tr>');
myWindow.document.write('<td class=n>&nbsp;&nbsp;<a href=# onClick=window.close();>Close window</a></td>');
myWindow.document.write('</tr>');
myWindow.document.write('</table>');

}

function changePicC(yourChoice)

{
myWindow = window.open('', 'ProrasoShavingProducts', 'width=300,height=325');
myWindow.document.write('<link rel=stylesheet href=bin/shaving.css type=text/css>');
myWindow.document.write('<body leftmargin=0 topmargin=0>');
myWindow.document.write('<table width=300 border=0 cellspacing=0 cellpadding=0 align=center>');
myWindow.document.write('<tr>');
myWindow.document.write('<td><img src=crew/' + yourChoice + ' ></td>');
myWindow.document.write('</tr>');
myWindow.document.write('<tr>');
myWindow.document.write('<td class=n>&nbsp;&nbsp;<a href=# onClick=window.close();>Close window</a></td>');
myWindow.document.write('</tr>');
myWindow.document.write('</table>');

}

function changePicT(yourChoice)

{
myWindow = window.open('', 'TerreShavingProducts', 'width=235,height=342');
myWindow.document.write('<link rel=stylesheet href=bin/shaving.css type=text/css>');
myWindow.document.write('<body leftmargin=0 topmargin=0>');
myWindow.document.write('<table width=235 border=0 cellspacing=0 cellpadding=0 align=center>');
myWindow.document.write('<tr>');
myWindow.document.write('<td><img src=terre/' + yourChoice + ' ></td>');
myWindow.document.write('</tr>');
myWindow.document.write('<tr>');
myWindow.document.write('<td class=n>&nbsp;<a href=# onClick=window.close();>Close window</a></td>');
myWindow.document.write('</tr>');
myWindow.document.write('</table>');

}

function openAds()
{
	myWindow = window.open('articles.htm', '', 'width=285,height=325');
}