<!--
function codeWin(winName)
{
var temp;
temp=window.open(winName,'Remote','width=500,height=350,scrollbars,toolbar,resizeable,menubar');
temp.window.focus();
}

function dummy() {}
//     -->




