﻿function NNetLaunch(){
	window.open("https://www.newcastlenet.co.uk/NewcastleNet/launch.asp","NewcastleNetV3",'width='+(screen.width-20)+',height='+(screen.height-85)+',top=0,left=5,scrollbars=yes, resizable=yes,status=yes');
}

function EmailSignUpLaunch() {
    var w = 420;
    var h = 420;
    window.open("http://195.92.54.20/emailrequest/", "EmailUpdates", 'width=' + w + ', height=' + h + ', top=' + ((screen.height/2) - (h/2)) + ', left=' + ((screen.width/2) - (w/2)) + ', scrollbars=no, resizable=no, status=yes');
}