///////////////////////////////////////////////////////
//                  VYA-Hosting	                     //
///////////////////////////////////////////////////////
//   Explanation :                                   //
//   This file is meant to call Active-X elements.   //
//   By executing these elements from another file,  //
//   you avoid a problem in all browser :            //
//   Since some change in copyright stuff you now    //
//   have to click on an element to activate it,     //
//   you are able to use the element.                //
//   This only applies to elements that are loaded   //
//   by the same page as the browser has opened, not //
//   when it is loaded by another file.              //
//   Please keep in mind your site may not function  //
//   properly if you change or remove anything.      //
//   Currently it is used only for the javaupload.   //
///////////////////////////////////////////////////////

function showactivexelement(object) { 
	document.write(object);
} 

function newwindow() 
{ 
window.open('playmusic.php','Music Player','width=310,height=40,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no'); 
} 