// JavaScript Document

function addLink(){  
  page = "http://www.mobilephones365.co.uk/resources/form.html";
    window.open(page, "win1","location=yes,menubar=yes,status=yes,toolbar=yes,resizable=yes,width=500,height=500,left=0,top=0,scrollbars=yes");    
}