

function unikatea(theUrl) {

//window features - type only what you want to use
//anything that is left out is considered to be 'no' 
//and won't be used/displayed in the broswer window

var features = "height=420,width=520,screenX=15,screenY=15";

//name of new window that's being opened
//I don't need the window named for this use
//the title tag is plenty

var winName = ""


//open the new window and pass the necessary info to 
//window.open

window.open("pops/unikatea.html",winName,features); 
}

function unikateb(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/unikateb.html",winName,features); 
}

function unikatec(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/unikatec.html",winName,features); 
}

function unikated(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/unikated.html",winName,features); 
}

function unikatee(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/unikatee.html",winName,features); 
}

function unikatef(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/unikatef.html",winName,features); 
}


