// JavaScript Document

function backto(){
history.back();
}
function nextto(){
history.forward();
}

var newURL = 1;

function nextCollection(myURL){
newURL=myURL;
location = newURL;
}

function nextCollection_coleandson(myURL){
	window.open(myURL);
}



function backtoCollection(myURL){
newURL=myURL;
location = newURL;
}

function openCollection(myURL){
newURL=myURL;
location = newURL;
}

function backtoVorhangstoffe(myURL){
newURL=myURL;
location = newURL;
}

function backtoTapeten(){
location = "tapeten.shtm"
}

function backtoLampen(){
location = "lampen.shtm"
}

function backtoBezugsstoffe(){
location = "bezugsstoffe.shtm"
}
