// JavaScript Document
//Swap Image//
timer = "";

function SwapImage(img) {
obj = document.getElementById("image");
obj.src = img;
//clearTimeout(timer);
//timer=setTimeout('DefaultImage()',5000);
}

function DefaultImage() {
obj = document.getElementById("image");
obj.src = 'img/goodsdetail_photo_001.jpg';
clearTimeout(timer);
}

//
function change(myURI){
 if(myURI !="default"){
  window.document.location.href=myURI;
 }
}

function movie_dvd() {
	openwin = window.open("flash/move.html","subwin","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=353,height=417");
	openwin.focus();
}
function movie_dvd2() {
	openwin = window.open("flash/move_disc2.html","subwin","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=353,height=417");
	openwin.focus();
}
