function newItem(itemNum,style){
url = 'http://www.calexicana.co.uk/trackdetails_flash.php?item='+ itemNum+'&style='+style;
window.open(url, 'newWindow','width=350,height=250,screenX=50,screenY=50,top=50,left=550,resizable=yes,scrollbars=yes ');

}

function newItem2(itemNum){
url = 'http://www.calexicana.co.uk/trackdetails_flash.php?item='+ itemNum;
window.open(url, 'newWindow','width=350,height=250,screenX=50,screenY=50,top=50,left=550,resizable=yes,scrollbars=yes ');

}

function newVid(itemNum,style){
url = 'http://www.calexicana.co.uk/videodetails_flash.php?item='+ itemNum+'&style='+style;
window.open(url, 'newWindow', 'width=350,height=300,screenX=50,screenY=50,top=50,left=550,resizable=yes,scrollbars=yes ');

}

function newOrig(itemNum,style){
url = 'http://www.calexicana.co.uk/originalsdetails_flash.php?item='+ itemNum+'&style='+style;
window.open(url, 'newWindow', 'width=350,height=300,screenX=50,screenY=50,top=50,left=550,resizable=yes,scrollbars=yes ');

}

function fairTrade(){
window.open("fairtrade.htm", 'newWindow', 'width=550,height=350,screenX=50,screenY=50,top=50,left=40,resizable=yes,scrollbars=yes ');

}


function amparo(){
window.open("amparanoia.htm", 'newWindow', 'width=450,height=350,screenX=50,screenY=50,top=50,left=40,resizable=yes,scrollbars=yes ');

}

function faq(){
window.open("faq.htm", 'newWindow', 'width=450,height=350,screenX=50,screenY=50,top=50,left=40,resizable=yes,scrollbars=yes ');

}

function ind(){
window.open("indreview.htm", 'newWindow', 'width=450,height=350,screenX=50,screenY=50,top=50,left=40,resizable=yes,scrollbars=yes ');

}

