// JavaScript Document
document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-874">');


txt='<a class="c2" href="http://www.marriott.com" >Go to Marriott.com</a>';
txt+='&nbsp;&nbsp;&nbsp; ';

document.write(txt);


function popUp(URL) {
	w=658;
	h=374;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,resizable=0';
	win = window.open(URL,'book',settings);
}
function popUp2(URL) {
	w=431;
	h=600;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,resizable=0';
	win = window.open(URL,'book',settings);
}