function openresortwindow(url,name) {	var openstr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resize=no,width=550,height=450,top=0, left=0';    window.open(url,name,openstr);}