function openRegisterWindow() {
  popupWin = window.open("http://www.shoesdirect.co.uk/mailinglist_window.htm", 
    "open_window",
    "menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,dependent,width=600,height=400,left=20,top=20")
}

function cicLink(loc) {
if(loc) {
location = loc;
	}
}
