//procoding@hanmail.net 
if (window != top) top.location.href = location.href ; 
document.write('<iframe src="/front/php/category.php?cate_no=1" width="100%" height="100%" frameborder="0" scrolling="auto" name="mainfrm"></iframe>'); 
document.write('<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="music" style="display:none;"><param name="filename" value="/music/file/music.asx"><param name="autoStart" value="true"><param name="PlayCount" value="0"><param name="ShowStatusBar" value="false"><param name="ShowControls" value="false"><param name="Volume" value="0"></object>'); 
document.write('<style type="text/css">body {overflow:hidden; margin:0;}</style>'); 

var globopObject;
var opIndex=0;
var cleared=true;
var direction=10;

function dynOpacity(opObject,stop)
{
if (stop) 
{
clearInterval(window.tm);
cleared=true;
opIndex=10;
return;
}
globopObject=opObject;
if (opIndex>110) direction=-4;
if (opIndex<0) direction=4;
opIndex+=direction;
globopObject.style.filter='alpha(opacity:' + opIndex + ')';
if (cleared)
{
window.tm=setInterval("dynOpacity(globopObject,false);",1);
cleared=false;
}
//alert(window.tm);

}

function vm(num)
{

if (num == 1)
   if(event.srcElement.tagName=="IMG") 
   	   if (event.srcElement.parentElement.tagName=="A")	
   		{
		dynOpacity(event.srcElement,false);
		}
if (num == 2)
   if(event.srcElement.tagName=="IMG") 
   		{
		event.srcElement.style.filter="";
		dynOpacity(event.srcElement,true);	
		}
}
document.onmouseover=handleevent;
document.onmouseout=handleevent;