
function url_uk() {
hidden = open('http://www.eyepetlive.com/index.shtml','_top','status=no');
}
function url_es() {
hidden = open('http://www.eyepetlive.com/es/index.shtml','_top','status=no');
}
//function url_fr() {
//hidden = open('http://www.eye-pet.com/fr/index.shtml','_top','status=no');
//}

document.write('<div align="left" style="margin-left: 40; margin-top: 7;">');

document.write('<!-- English --><a target="_top" href="javascript:url_uk()">');
document.write('<img border="0" src="http://www.eyepetlive.com/images/flag_uk.gif" width="26" height="18"></a>&nbsp;&nbsp;');

document.write('<!-- spanish --><a target="_top" href="javascript:url_es()">');
document.write('<img border="0" src="http://www.eyepetlive.com/images/flag_spain.gif" width="26" height="18" align="centre"></a>&nbsp;&nbsp;');

//document.write('<!-- french --><a target="_top" href="javascript:url_fr()">');
//document.write('<img border="0" src="http://www.eye-pet.com/images/french_flagx18h.jpg" width="26" height="18"></a>');

document.write('</div>');

