
function openw(url, s, w, h)
{
urlfull=url;open(urlfull,"",'scrollbars=' + s + ',width=' + w + ',height=' + h + ",left="+(screen.availWidth/2-w/2)+",top="+(screen.availHeight/2-h/2));
}




function openWin(url)
{
 window.open('http://image.tcnt.ru/crop_picture.php?image_url=' + url + '&dealer_id=103', "picWin", "height=800, width=1024, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, toolbar=no", true);
}



<!--
function sign_Validator(theForm) {
if (theForm.name.value == "") {
alert("Заполните, пожалуйста, поле \"Ваше имя\".");
theForm.name.focus();
return (false);}
if (theForm.text.value == "") {
alert("Заполните, пожалуйста, поле \"Ваше сообщение\".");
theForm.text.focus();
return (false);}
return (true);}
//-->