function DisplayPicture(pic)
{

var theq = "/viewpicture.asp?pic=" + pic;

LeftPosition = (screen.width) ? (screen.width-10)/2 : 0;
TopPosition = (screen.height) ? (screen.height-10)/2 : 0;

window.open(theq,"sp","width=10,height=10,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,menubar=no");


}


function ViewQuestion(QuestionID)
{

var thep = "retailaccount-viewquestion.asp?QuestionID=" + QuestionID;
window.open(thep,"sp","width=600,height=400,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no");

}


function Conditions()
{

alert("Conditions are broken down into\nthe following categories, which\nare in order from best to worst\ncondition.\n\n1) New\n2) Excellent\n3) Very Good\n4) Good\n5) Average\n6) Fair\n7) Poor\n");


}