<!--
function popup(docsrc) {

var docwidth = 480, docheight = 300, docleft = ((screen.width/2) - 400), doctop = ((screen.width/2) - 400);
	if (window.win1 && window.win1.open && !window.win1.closed){
		win1.focus();
	}
	else
	{
	win1 = window.open(docsrc, 'EnquiryView', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupRates(docsrc) {

var docwidth = 500, docheight = 300, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win && window.win.open && !window.win.closed){
		win.focus();
	}
	else
	{
	win = window.open(docsrc, 'Rates', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupPrint(docsrc) {

var docwidth = 620, docheight = 300, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win2 && window.win2.open && !window.win2.closed){
		win.focus();
	}
	else
	{
	win2 = window.open(docsrc, 'Print', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupFriend(docsrc) {

var docwidth = 450, docheight = 290, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupTRates(docsrc) {

var docwidth = 390, docheight = 300, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupNotes(docsrc) {

var docwidth = 390, docheight = 300, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupMaps(docsrc) {

var docwidth = 416, docheight = 396, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupAccommMaps(docsrc) {

var docwidth = 290, docheight = 220, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupAccomm(docsrc) {

var docwidth = 450, docheight = 250, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupCurrency(docsrc) { 

var docwidth = 310, docheight = 260, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win4 && window.win4.open && !window.win4.closed){
		win4.focus();
	}
	else
	{
	win4 = window.open(docsrc, 'Currency', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

//-->
