﻿<!--
function openWin(URL) {
	aWindow=window.open(URL,"Contact", " top=300, left=450, location=no, toolbar=no, width=350, height=400, status=no, scrollbar=no,resize=no,menubar=no");
	}
	
function jump() 
{ 

   window.location = 'http://www.index.co.uk'; 
} 

function popUp(URL) {
 aWindow = window.open(URL, '"Garage Doors by Premier Garage Doors"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 390,top = 262');
}



	//-->


