if (window.focus){

 window.focus();

}



function openWin(url) {

var n=open(url,'irbs','width=186,height=126,status=no,menubar=no,scrollable=no,resizable=no');

}

function openShapes(url) {

var n=open(url,'shapes','width=300,height=300,status=no,menubar=no,scrollable=no,resizable=no');

}

function openRob(url) {

newWindow = window.open(url,"rob","scrolling=yes,scrollbars=yes,width=446,height=420");

}

function openShiro(url) {

newWindow = window.open(url,"shiroflash","scrolling=yes,scrollbars=yes,width=484,height=200");

}

function openShao(url) {

newWindow = window.open(url,"shaolin","scrolling=yes,scrollbars=no,width=610,height=242");

}

function openStoreRed(url) {

newWindow = window.open(url,"red","toolbar=yes,scrolling=yes,scrollbars=no,width=500,height=320");

}

function openNel(url) {

newWindow = window.open(url,"nel","toolbar=no,scrolling=yes,scrollbars=yes,width=380,height=320");

}

function openArch(url) {

newWindow = window.open(url,"arch","toolbar=no,scrolling=yes,scrollbars=yes,width=220,height=280");

}


function openMessage(url) {

newWindow = window.open(url,"message","toolbar=yes,scrolling=yes,scrollbars=yes,width=900,height=500");

}