// JavaScript Document

function shake(n) {
if (window.top.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
window.top.moveBy(0,i);
window.top.moveBy(i,0);
window.top.moveBy(0,-i);
window.top.moveBy(-i,0);
}
}
}

}
function shop(){
 window.open("http://www.dead-game.com/www/newsite","newsite","width=800,height=650,fullscreen=0,toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1") //
}
function product(range){
 window.open("http://www.dead-game.com/www/newsite/Products.asp?PSERIES="+range,"newsite","width=screen.width,height=screen.height,fullscreen=0,toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1") //
}
function buy(pnum){
 window.open("http://www.dead-game.com/www/newsite/ProductDetails.asp?PNO="+pnum,"newsite","width=screen.width,height=screen.height,fullscreen=0,toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1") //
}
function enlarge(imagename) {
 window.open("http://www.dead-game.comwww//newsite/EnlargeImage.asp?Img="+imagename, "enlarge", "width=200, height=200, menubars=no, scrolling=no");
}