

function fassaden1(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/fassaden1.html",winName,features); 
}

function fassaden2(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/fassaden2.html",winName,features); 
}

function fassaden3(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/fassaden3.html",winName,features); 
}

function fassaden4(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/fassaden4.html",winName,features); 
}

function fassaden5(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/fassaden5.html",winName,features); 
}

function fassaden6(theUrl) {
var features = "height=420,width=520,screenX=15,screenY=15";
var winName = ""
window.open("pops/fassaden6.html",winName,features); 
}