function addFav()
{
var bookData = new Array();
if (document.all)
window.external.AddFavorite('http://www.region2-dvds.co.uk/', 'UK Region2 DVDs');
else
alert("Sorry. Netscape users must bookmark the pages manually by hitting <Ctrl-D>");
}
function eMail() {
window.location = "mailto:info@region2"+"-dvds.co.uk"
}
function getPrice(c) {
document.all['price'].innerHTML ="<iframe src='http://www.find-dvd.co.uk/fpdvd2.asp?c="+c+"' name='buy' width='90%' height='440' frameborder=0></iframe>";
}