/*Copyright 2008. This code belongs to Royal Automobile Club of Victoria (RACV) Limited. All rights reserved. */ function fixRightPrimaryMenu(){ var element = document.getElementById("Primary"); if( element == null){ window.setTimeout('fixRightPrimaryMenu()', 500); return; } element.lastChild.lastChild.lastChild.id = "mainRight"; } function setConstraints(width) { var minWidth = 770; var maxWidth = 960; if(width < minWidth) { return minWidth + "px"; } else { if(width > maxWidth) { return maxWidth + "px"; } else { return width; } } } var racvHeaderHTML = '' + '' + '' + '' + '' + '' + '' + '