// Site Specific JScript source code

function PhotoArt()
{
  Popup("photoart/photoart.html", "photoart", 610, 700);
}

function Pricing()
{
  Popup("pricing.html", "pricing", 610, 730);
}

function Value()
{
  PopupWithScrolls("value.html", "value", 620, 400);
}

function Waiting()
{
  Popup("waiting.html", "waiting", 610, 400);
}

function OrderForm(which)
{
  PopupWithScrolls(which, "orderform", 620, 660);
}
