// JScript File

function showPopup(alertMessage)
{  
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertFeatures='height=130, width=350, left=337, top=319, screenx=337, screeny=319, location=no, menubar=no, scrollbars=no, status=no, toolbar=no';
var alertHtml='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" >';
alertHtml += '<head><title>Сообщение www.coda.ru</title><link rel="stylesheet" type="text/css" href="StyleSheet.css" /></head><body>';
alertHtml+='<script language="javascript" type="text/javascript">';
alertHtml += '<!--';
alertHtml += 'window.setTimeout("window.close();", 2000);';
alertHtml += '-->';
alertHtml += '</script>';
alertHtml += '<div style="font-size:small; text-align:center;"><br />';
alertHtml+=alertMessage;
alertHtml+='</div>';
alertHtml+='</body></html>';
var alertWindow=window.open('', 'AlertWindow', alertFeatures, true);
alertWindow.document.write(alertHtml);
alertWindow.document.close();
alertWindow.focus();
alertWindow.setTimeout("window.close();", 2000);
}

function addOrder(Model)
{
var alertFeatures="height=130, width=350, left=337, top=319, screenx=337, screeny=319, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open("addorder.aspx?model="+Model, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function addPartsOrder(Partno)
{
var alertFeatures="height=130, width=350, left=337, top=319, screenx=337, screeny=319, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open("addpartsorder.aspx?partno="+Partno, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function addPreOrder(Model)
{
var alertFeatures="height=130, width=350, left=337, top=319, screenx=337, screeny=319, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open("addpreorder.aspx?model="+Model, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function addRate(Model)
{
var alertFeatures="height=620, width=600, left=150, top=100, screenx=150, screeny=100, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open("addforum.aspx?rate=1&model="+Model, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function addForum(querystring)
{
var alertFeatures="height=680, width=600, left=150, top=100, screenx=150, screeny=100, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open(querystring, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function changeSell(querystring)
{
var alertFeatures="height=130, width=350, left=337, top=319, screenx=337, screeny=319, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
if (alertWindow && !alertWindow.closed)
{ alertWindow.close(); }
var alertWindow=window.open(querystring, "AlertWindow", alertFeatures, true);
alertWindow.document.close();
alertWindow.focus();
}

function correctForum(querystring) {
    var alertFeatures = "height=680, width=600, left=150, top=100, screenx=150, screeny=100, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
    if (alertWindow && !alertWindow.closed)
    { alertWindow.close(); }
    var alertWindow = window.open(querystring, "AlertWindow", alertFeatures, true);
    alertWindow.document.close();
    alertWindow.focus();
}

function deleteForum(querystring) {
    var alertFeatures = "height=250, width=350, left=337, top=250, screenx=337, screeny=250, location=no, menubar=no, scrollbars=no, status=no, toolbar=no";
    if (alertWindow && !alertWindow.closed)
    { alertWindow.close(); }
    var alertWindow = window.open(querystring, "AlertWindow", alertFeatures, true);
    alertWindow.document.close();
    alertWindow.focus();
}