function photo(id, width, height)
{
window.open('/popup/photo.php?id='+id,'product_photo','(menubar=no,scrollbars=no,status=no, width='+width+', height='+height+')');
}

function login()
{
window.open('/popup/login_form.php','pokupatel_login','(menubar=no,scrollbars=no,status=no, width=270, height=140)');
}

function basket_none()
{
window.open('/popup/pasket_none.php','pasket_none','(menubar=no,scrollbars=no,status=no, width=300, height=100)');
}
