function AddBasket(id)
{
	window.order.location.href = "http://glavkinotorg.ru/film/basket.php?id="+id;
	alert("Диск добавлен в корзину.");
}

function openWin(_file,x,y) {
  myWin= open("", "displayWindow", "width="+x+",height="+y+",status=no,toolbar=no,menubar=no");
  myWin.document.open();
  myWin.document.write("<html><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
  myWin.document.write("<center><a title='Закрыть окно' href='javascript:close();'><img border='0' src='"+_file+"'></a></center>");
  myWin.document.write("</body></html>");
  myWin.document.close();  
}

function custom_print(id)
{
window.open('/popup/custom_print.php?nomer='+id,'custom_print','(menubar=no,scrollbars=yes,status=no, width=500, height=400)');
}





