// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") +
        (path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") +
            ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    now = now.toGMTString();
    if (f.author != undefined)
       setCookie('mtcmtauth', f.author.value, now, '/', '', '');
    if (f.email != undefined)
       setCookie('mtcmtmail', f.email.value, now, '/', '', '');
    if (f.url != undefined)
       setCookie('mtcmthome', f.url.value, now, '/', '', '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '/', '');
    deleteCookie('mtcmthome', '/', '');
    deleteCookie('mtcmtauth', '/', '');
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

function hideDocumentElement(id) {
    var el = document.getElementById(id);
    if (el) el.style.display = 'none';
}

function showDocumentElement(id) {
    var el = document.getElementById(id);
    if (el) el.style.display = 'block';
}

var commenter_name;

function individualArchivesOnLoad(commenter_name) {




    if (document.comments_form) {
        if (!commenter_name && (document.comments_form.email != undefined) &&
            (mtcmtmail = getCookie("mtcmtmail")))
            document.comments_form.email.value = mtcmtmail;
        if (!commenter_name && (document.comments_form.author != undefined) &&
            (mtcmtauth = getCookie("mtcmtauth")))
            document.comments_form.author.value = mtcmtauth;
        if (document.comments_form.url != undefined && 
            (mtcmthome = getCookie("mtcmthome")))
            document.comments_form.url.value = mtcmthome;
        if (document.comments_form["bakecookie"]) {
            if (mtcmtauth || mtcmthome) {
                document.comments_form.bakecookie.checked = true;
            } else {
                document.comments_form.bakecookie.checked = false;
            }
        }
    }
}

function writeTypeKeyGreeting(commenter_name, entry_id) {

}



function OpenWin000212(){
    win=window.open("http://travelradio.standplay.com/archives/000212.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000211(){
    win=window.open("http://travelradio.standplay.com/archives/000211.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000206(){
    win=window.open("http://travelradio.standplay.com/archives/000206.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000210(){
    win=window.open("http://travelradio.standplay.com/archives/000210.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000209(){
    win=window.open("http://travelradio.standplay.com/archives/000209.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000208(){
    win=window.open("http://travelradio.standplay.com/archives/000208.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000207(){
    win=window.open("http://travelradio.standplay.com/archives/000207.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000205(){
    win=window.open("http://travelradio.standplay.com/archives/000205.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000202(){
    win=window.open("http://travelradio.standplay.com/archives/000202.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}

function OpenWin000201(){
    win=window.open("http://travelradio.standplay.com/archives/000201.html","new","width=485px,height=565px,scrollbars=yes,status=yes'");
}



function OpenWinAbout(){
    win=window.open("http://travelradio.standplay.com/about/","new","width=420px,height=620px,scrollbars=no,status=no");
}


function OpenWinHowto(){
    win=window.open("http://travelradio.standplay.com/how_to/","new","width=420px,height=785px,scrollbars=yes,status=no,resizable'");
}


function OpenWinLinks(){
    win=window.open("http://travelradio.standplay.com/links/","new","width=420px,height=795px,scrollbars=yes,status=no,resizable'");
}


function OpenWinContact(){
    win=window.open("http://travelradio.standplay.com/contact/","new","width=420px,height=595px,scrollbars=no,status=no'");
}

function OpenWinSeichan(){
    win=window.open("http://travelradio.standplay.com/mc/seichan.html","new","width=425px,height=600px,scrollbars=no,status=no'");
}

function OpenWinMisaka(){
    win=window.open("http://travelradio.standplay.com/mc/misaka.html","new","width=425px,height=600px,scrollbars=no,status=no'");
}

function OpenWinT212(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=212","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC212(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=212","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT211(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=211","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC211(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=211","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT206(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=206","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC206(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=206","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT210(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=210","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC210(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=210","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT209(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=209","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC209(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=209","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT208(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=208","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC208(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=208","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT207(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=207","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC207(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=207","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT205(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=205","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC205(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=205","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT202(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=202","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC202(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=202","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT201(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=201","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC201(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=201","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT198(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=198","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC198(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=198","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT200(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=200","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC200(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=200","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT199(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=199","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC199(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=199","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT197(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=197","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC197(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=197","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT196(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=196","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC196(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=196","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT195(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=195","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC195(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=195","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT194(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=194","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC194(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=194","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT191(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=191","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC191(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=191","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT193(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=193","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC193(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=193","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT192(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=192","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC192(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=192","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT190(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=190","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC190(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=190","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT189(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=189","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC189(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=189","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT188(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=188","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC188(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=188","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT187(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=187","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC187(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=187","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT186(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=186","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC186(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=186","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT184(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=184","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC184(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=184","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT183(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=183","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC183(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=183","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT182(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=182","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC182(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=182","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT181(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=181","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC181(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=181","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT185(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=185","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC185(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=185","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT180(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=180","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC180(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=180","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT178(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=178","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC178(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=178","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT177(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=177","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC177(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=177","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT176(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=176","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC176(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=176","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT175(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=175","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC175(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=175","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT174(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=174","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC174(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=174","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT173(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=173","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC173(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=173","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT172(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=172","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC172(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=172","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT171(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=171","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC171(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=171","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT167(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=167","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC167(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=167","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT164(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=164","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC164(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=164","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT157(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=157","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC157(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=157","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT160(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=160","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC160(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=160","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT156(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=156","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC156(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=156","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT155(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=155","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC155(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=155","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT159(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=159","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC159(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=159","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT152(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=152","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC152(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=152","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT151(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=151","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC151(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=151","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT150(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=150","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC150(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=150","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT147(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=147","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC147(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=147","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT133(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=133","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC133(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=133","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT132(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=132","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC132(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=132","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT131(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=131","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC131(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=131","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT128(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=128","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC128(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=128","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT130(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=130","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC130(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=130","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT127(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=127","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC127(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=127","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT129(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=129","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC129(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=129","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT126(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=126","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC126(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=126","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT125(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=125","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC125(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=125","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT121(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=121","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC121(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=121","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT120(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=120","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC120(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=120","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT119(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=119","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC119(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=119","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT111(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=111","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC111(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=111","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT106(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=106","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC106(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=106","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT110(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=110","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC110(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=110","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT105(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=105","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC105(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=105","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT102(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=102","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC102(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=102","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT104(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=104","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC104(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=104","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT101(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=101","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC101(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=101","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT103(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=103","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC103(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=103","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT99(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=99","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC99(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=99","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT100(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=100","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC100(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=100","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT97(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=97","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC97(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=97","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT93(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=93","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC93(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=93","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT96(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=96","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC96(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=96","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT92(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=92","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC92(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=92","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT95(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=95","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC95(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=95","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT94(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=94","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC94(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=94","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT91(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=91","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC91(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=91","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT88(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=88","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC88(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=88","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT87(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=87","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC87(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=87","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT86(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=86","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC86(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=86","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT83(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=83","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC83(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=83","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT82(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=82","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC82(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=82","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT75(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=75","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC75(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=75","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT76(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=76","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC76(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=76","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT74(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=74","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC74(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=74","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT66(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=66","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC66(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=66","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT65(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=65","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC65(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=65","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT64(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=64","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC64(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=64","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT62(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=62","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC62(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=62","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT58(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=58","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC58(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=58","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT57(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=57","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC57(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=57","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT51(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=51","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC51(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=51","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT49(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=49","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC49(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=49","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT45(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=45","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC45(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=45","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT46(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=46","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC46(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=46","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT44(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=44","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC44(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=44","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT40(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=40","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC40(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=40","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT37(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=37","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC37(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=37","new","width=485px,height=560px,scrollbars=no,status=yes'");
}

function OpenWinT36(){
    win=window.open("http://www.standplay.com/mt/mt-tb.cgi?__mode=view&amp;entry_id=36","new","width=485px,height=300px,scrollbars=no,status=yes'");
}

function OpenWinC36(){
    win=window.open("http://www.standplay.com/mt/mt-comments.cgi?entry_id=36","new","width=485px,height=560px,scrollbars=no,status=yes'");
}



function indexTo(url) {
  opener.location.href = url;
}

function func(id) {
  if (!document.getElementsByTagName) { return false; }
  var obj = document.getElementById(id);
  if (obj.style.display == "block") {
    obj.style.display = "none";
  } else {
    obj.style.display = "block";
  }
  return false;
}

function ChDsp2(strShow1,strShow2,strHidden1,strHidden2){
    var obj='';
    obj=document.all && document.all(strShow1) || document.getElementById && document.getElementById(strShow1);
    obj.style.display = "block";
    obj=document.all && document.all(strShow2) || document.getElementById && document.getElementById(strShow2);
    obj.style.display = "block";
    obj=document.all && document.all(strHidden1) || document.getElementById && document.getElementById(strHidden1);
    obj.style.display = "none";
    obj=document.all && document.all(strHidden2) || document.getElementById && document.getElementById(strHidden2);
    obj.style.display = "none";
}
