function getWinX() {
	return screen.width/2- 550/2
}

function getWinY() {
	return screen.height/2- 114/2
}
function get1WinX() {
	return screen.width/2- 550/2
}

function get1WinY() {
	return screen.height/2- 800/2
}
function winy() {
	return screen.height
}

function winx() {
	return screen.width
} 
function movie01() {
window.status=screen.width;
    homewin=window.open('animation01.htm','home','scrollbars=no,resize=no, width=342,height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie02() {
window.status=screen.width;
    homewin=window.open('animation02.htm','home','scrollbars=no,resize=no, width=342,height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie03() {
window.status=screen.width;
    homewin=window.open('animation03.htm','home','scrollbars=no,width=342,resize=no, height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie04() {
window.status=screen.width;
    homewin=window.open('animation04.htm','home','scrollbars=no,width=342,resize=no, height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie05() {
window.status=screen.width;
    homewin=window.open('animation05.htm','home','scrollbars=no,width=342,resize=no, height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie06() {
window.status=screen.width;
    homewin=window.open('animation06.htm','home','scrollbars=no,width=342,resize=no, height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function movie07() {
window.status=screen.width;
    homewin=window.open('animation07.htm','home','scrollbars=no,width=342,resize=no, height=270');
    homewin.moveTo(getWinX(),getWinY());
	return false;
}
function installation01() {
window.status=screen.width;
    homewin=window.open('installation01.htm','home','scrollbars=yes,width=840,resize=no, height=700');
    homewin.moveTo(get1WinX(),get1WinY());
	return false;
}
function installation02() {
window.status=screen.width;
    homewin=window.open('installation02.htm','home','scrollbars=yes,width=840,resize=no, height=700');
    homewin.moveTo(get1WinX(),get1WinY());
	return false;
}
