function copyrightDate()
{
	var now = new Date();
	var y = now.getFullYear();
	document.write(y);
}

function openWindow(url, width, height, scrollbars)
{
	var params="menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars="+scrollbars+", resizable=no, dependent, top=0, left=0, width="+width+", height="+height;
	popupWin = window.open(url, 'alfaPopup', params);
	popupWin.focus();
}

function openTerms()
{
	openWindow('http://www.alfaromeo.co.uk/cgi-bin/pbrand.dll/ALFAROMEO_UK/popup/popupFooter.jsp?textKey=POPUP_PERSONAL_DATA', 500, 600, 'yes');
}

function openPrivacy()
{
	openWindow('http://www.alfaromeo.co.uk/cgi-bin/pbrand.dll/ALFAROMEO_UK/popup/popupFooter.jsp?textKey=POPUP_DISCLAIMER', 500, 600, 'yes');
}

function openImage(i)
{
	var params="menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, dependent, top=0, left=0, width=100, height=100";
	popupWin = window.open(i, 'alfaPopImage', params);
	popupWin.focus();
}

function reSize()
{
	h = document.getElementById('alfaImage').clientHeight;
	w = document.getElementById('alfaImage').clientWidth;

	if (document.layers)
	{
		window.outerWidth = w+30;
		window.outerHeight = h+76;		
	}
	else
		window.resizeTo(w+30,h+76);
}