function openmedia(path)
{
window.open(path,"Player","scrollbars=no,width=660,height=500");
//alert(path);
}