function showpicture(pid, vid)
{
  window.open ("showpicture.aspx?pid=" + pid + "&vid=" + vid, "ShowPhoto", "menubar=0, toolbar=0, status=0, width=780, height=630, scrollbars=0, top=" + (screen.height - 630)/2 + ", left=" + (screen.width - 780)/2)
}

function open_save(vid)
{
  window.open ("savebookmark.aspx?vid=" + vid, "Save", "menubar=0, toolbar=0, status=0, width=400, height=230, scrollbars=0, top=" + (screen.height - 200)/2 + ", left=" + (screen.width - 400)/2)
}

function open_remove(vid)
{
  if (confirm('Do you want to remove this item from watching list?'))
  {
  window.open ("removebookmark.aspx?vid=" + vid, "Remove", "menubar=0, toolbar=0, status=0, width=400, height=200, scrollbars=0, top=" + (screen.height - 200)/2 + ", left=" + (screen.width - 400)/2)
  }
}

function open_contact(vid)
{
  window.open ("p_contact.aspx?vid=" + vid, "Contact", "menubar=0, toolbar=0, status=0, width=380, height=400, scrollbars=0, top=" + (screen.height - 400)/2 + ", left=" + (screen.width - 380)/2)
}

function open_quote(vid)
{
  window.open ("p_quote.aspx?vid=" + vid, "Quote", "menubar=0, toolbar=0, status=0, width=380, height=530, scrollbars=0, top=" + (screen.height - 530)/2 + ", left=" + (screen.width - 380)/2)
}

function open_coupon(couponid)
{
  window.open ("p_coupon.aspx?couponid=" + couponid, "Coupon", "menubar=0, toolbar=0, status=0, width=600, height=500, scrollbars=1, top=" + (screen.height - 500)/2 + ", left=" + (screen.width - 600)/2)
}

function open_contactseller(vid)
{
  window.open ("p_contactseller.aspx?vid=" + vid, "Contact", "menubar=0, toolbar=0, status=0, width=475, height=400, scrollbars=1, top=" + (screen.height - 400)/2 + ", left=" + (screen.width - 380)/2)
}

function open_contactdealer(dealerid)
{
  window.open ("p_contactseller.aspx?dealerid=" + dealerid, "Contact", "menubar=0, toolbar=0, status=0, width=475, height=400, scrollbars=1, top=" + (screen.height - 400)/2 + ", left=" + (screen.width - 380)/2)
}

function open_contactsellerOnlinePrice(vid)
{
  window.open ("p_contactseller.aspx?vid=" + vid + "&oprice=true", "Contact", "menubar=0, toolbar=0, status=0, width=400, height=400, scrollbars=0, top=" + (screen.height - 400)/2 + ", left=" + (screen.width - 380)/2)
}

function open_contactfriend(vid)
{
  window.open ("p_contactfriend.aspx?vid=" + vid, "Contact", "menubar=0, toolbar=0, status=0, width=475, height=460, scrollbars=1, top=" + (screen.height - 460)/2 + ", left=" + (screen.width - 475)/2)
}