<!--new window for how to switch your dns to us-->

//var newwindow = window.open(source, nameofwindow, propertiesofwindow)

function ow()

{

var newwindow = window.open("change.html","",config="height=300,width=550,left=200,top=200,resizable=1")
newwindow.document.writeln("<html> \n <head> \n <title>How To Switch your Domain over</title> \n </head>")
newwindow.document.writeln("<body bgcolor=\"#8691B1\"> <center>\n <h3>Steps to switch over your Domain to Coastalhosting.net<br> <br></center></h3> \n")
newwindow.document.writeln("\n <font  face=verdana size=1>Step 1. Go to your Registrar with your assigned login and password from<br> when you setup your domain <br> \n")
newwindow.document.writeln("\n Step 2. Go to the section where it says MODIFY DNS: <br> \n")
newwindow.document.writeln("\n Change your<b> Primary DNS to : NS1.COASTALHOSTING.NET <br> </b>\n")
newwindow.document.writeln("\n Change your<b> Secondary DNS to : NS2.COASTALHOSTING.NET <br></b> \n")
newwindow.document.writeln("\n If you are asked for an IP address to go along with those numbers,<br> use the following settings: <br> \n")
newwindow.document.writeln("\n <b>Primary DNS IP address: 216.180.232.195 <br> </b>\n")
newwindow.document.writeln("\n <b>Secondary DNS IP address: 216.180.232.196 <br> </b>\n")
newwindow.document.writeln("\n <p> Now all you need to do is Fill in the info in the sign up form below<br> \n")
newwindow.document.writeln("\n Let us know your domain name, and the desired login you would like<br> for your account on Coastalhosting.net<br> \n")
newwindow.document.writeln("\n The account will be setup for you ASAP.<br> Then you can upload all your files, and setup any email accounts you want!<br> \n")
newwindow.document.writeln(" </font></body> \n</html>")

}

//pop up photo for cpanel

function swapPhoto(photoSRC) {  
    document.images.imgPhoto.src = "images/screenshots/large/" + photoSRC;
}
