<!--

function openWin(url) {
var newWin = window.open(url,"popup","toolbar=no, top=200, left=220, width=500, height=250, resizable=1");
newWin.focus();
}

function openWin2(){
thor = window.open('http://travel.ian.com/components/processing.jsp?counter=0&cid=133162&specials=false','thor','top=200,left=220,width=500,height=250,resizable=1');
}
-->


