// JavaScript Document
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
function openwindow4()
{
	window.open("http://www.diyitechnology.com/rail-system-animation.htm","Animation1","menubar=0,resizable=0,width=640,height=500");
}
function openwindow5()
{
	window.open("http://www.diyitechnology.com/The-Commons-at-Town-Center.htm","Animation1","menubar=0,resizable=0,width=330,height=280");
}
function openwindow6()
{
	window.open("http://www.diyitechnology.com/visual-effects.htm","Animation1","menubar=0,resizable=0,width=640,height=530");
}
function openwindow7()
{
	window.open("http://www.diyitechnology.com/future-house-USA-animation.htm","Animation1","toolbar=0,location=0, directories=0, status=0,menubar=0,scrollbars=1,resizable=0,left=0,top=0,width=330,height=280");
}	
function openwindow8()
{
	window.open("http://www.diyitechnology.com/BOP-security-training-animation.htm","Animation1","toolbar=0,location=0, directories=0, status=0,menubar=0,scrollbars=1,resizable=0,left=0,top=0,width=330,height=280");
}	
function openwindow9()
{
	window.open("http://www.diyitechnology.com/demo/logo-animation/dragonball-logo-animation/logo-animation.htm","Animation1","toolbar=0,location=0, directories=0, status=0,menubar=0,scrollbars=1,resizable=0,left=0,top=0,width=540,height=400");
}
function openwindowHouyi()
{
	window.open("http://www.diyitechnology.com/Houyi-animation-film.htm","Animation1","toolbar=0,location=0, directories=0, status=0,menubar=0,scrollbars=1,resizable=0,left=0,top=0,width=750,height=520");
}	
