function openConditions()
{
   	var newwindow=window.open('conditions.html', 'conditions', 'screenX=1,left=30,screenY=1,top=30,height=700,width=410,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
}

function openAddress()
{
   	var newwindow=window.open('address.html', 'address', 'screenX=1,left=300,screenY=1,top=330,height=200,width=300,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no');
}
   
function MovieOn() {
	movie.style.visibility = 'visible';
}
function MovieOff() {
	movie.style.visibility = 'hidden';
}

function FloatingRightOn() {
	floatingright.style.visibility = 'visible';
}
function FloatingRightOff() {
	floatingright.style.visibility = 'hidden';
}

function WinRightOn() {
	winrightlayer.style.visibility = 'visible';
}
function WinRightOff() {
	winrightlayer.style.visibility = 'hidden';
}

function SensassOn() {
	address.style.visibility = 'visible';
	sensassline1.style.visibility = 'visible';
	sensassline2.style.visibility = 'visible';
	sensassfeathers.style.visibility = 'visible';
	startmovie1.style.visibility = 'hidden';
	startmovie2.style.visibility = 'hidden';
}
function SensassOff() {
	address.style.visibility = 'hidden';
	sensassline1.style.visibility = 'hidden';
	sensassline2.style.visibility = 'hidden';
	sensassfeathers.style.visibility = 'hidden';
}

function WebdesignOn() {
	webdesignline1.style.visibility = 'visible';
	webdesignline2.style.visibility = 'visible';
	webdesignfeathers.style.visibility = 'visible';
	startmovie1.style.visibility = 'hidden';
	startmovie2.style.visibility = 'hidden';
}
function WebdesignOff() {
	webdesignline1.style.visibility = 'hidden';
	webdesignline2.style.visibility = 'hidden';
	webdesignfeathers.style.visibility = 'hidden';
}

function WebconceptsOn() {
	webconceptsline1.style.visibility = 'visible';
	webconceptsline2.style.visibility = 'visible';
	webconceptsfeathers.style.visibility = 'visible';
	startmovie1.style.visibility = 'hidden';
	startmovie2.style.visibility = 'hidden';
}
function WebconceptsOff() {
	webconceptsline1.style.visibility = 'hidden';
	webconceptsline2.style.visibility = 'hidden';
	webconceptsfeathers.style.visibility = 'hidden';
}

function ImageswebdesignOn() {
	imageswebdesign.style.visibility = 'visible';
}
function ImageswebdesignOff() {
	imageswebdesign.style.visibility = 'hidden';
}

function ImageswebconceptsOn() {
	imageswebconcepts1.style.visibility = 'visible';
	imageswebconcepts2.style.visibility = 'visible';
	imageswebconcepts3.style.visibility = 'visible';
	imageswebconcepts4.style.visibility = 'visible';
}
function ImageswebconceptsOff() {
	imageswebconcepts1.style.visibility = 'hidden';
	imageswebconcepts2.style.visibility = 'hidden';
	imageswebconcepts3.style.visibility = 'hidden';
	imageswebconcepts4.style.visibility = 'hidden';
}

function XsensassOn() {
	xsensass.style.visibility = 'visible';
}
function XsensassOff() {
	xsensass.style.visibility = 'hidden';
}

function XwebdesignOn() {
	xwebdesign.style.visibility = 'visible';
}
function XwebdesignOff() {
	xwebdesign.style.visibility = 'hidden';
}

function XwebconceptsOn() {
	xwebconcepts.style.visibility = 'visible';
}
function XwebconceptsOff() {
	xwebconcepts.style.visibility = 'hidden';
}

function playSound1(){
	if(browser==2){
	document.all.clicksound.src='sound/1.mp3'
	}
	else
	document.clicksound.play(1)
}
function playSound2(){
	if(browser==2){
	document.all.clicksound.src='sound/2.mp3'
	}
	else
	document.clicksound.play(1)
}
function playSound3(){
	if(browser==2){
	document.all.clicksound.src='sound/3.mp3'
	}
	else
	document.clicksound.play(1)
}
	re=/Microsoft/
	if(re.exec(navigator.appName))
	browser=2
	else
	browser=1

