<!-- 
var ck_mail = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z])+$/;
function showImg(a){
var a;
		window.open("img_stock/"+a+".jpg","pianoST","width=450,height=410,top=100,left=250");
}

function openMap(a){
	var a;
		window.open(a,"pnoMap","width=724,height=447,top=40,left=150");
}
function ckContact(a){
var a;
	if(a.name.value.length<2 || a.mail.value.length<5 || a.subj.value.length<4 || a.mess.value.length<8){
		alert("Check Data Please..!");
		return false;
	}else if(!ck_mail.test(a.mail.value)){
		alert("Invalid E-mail Address\nPlease Check..!");
		a.mail.focus();
		return false;
	}
		return true;
}
window.status="Piano Center : Call Now : 0-2892-5434";
this.name="pianocenter";
function imagePopView(){
var w= imm.width;
var h= imm.height+55;
window.resizeTo(w,h);
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="revealTrans(duration=1, transition=11)";
      document.images.SlideShow.style.filter="revealTrans(duration=1, transition=11)";
      document.images.SlideShow.filters.revealTrans.Apply();      
   }
   document.images.SlideShow.src = preLoad[j].src;
   if (document.all){
      document.images.SlideShow.filters.revealTrans.Play();
   }
      caption.innerHTML=cap[j];
   j++;
   if (j > (p-1)) j=0;
   t = setTimeout('runSlideShow()', slideShowSpeed);
}


 -->