var screen_height = 800;
var screen_width = 800;
function ShopWindow(mypage) 
{
window.open(mypage,'music_delivery_system','width='+screen_width+',height='+screen_height+',top=0,left=0,scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=yes');
}
