function OSH()
{
}

OSH.OpenMoreWindow = function(wlink)
{
	var zwin = window.open(wlink, 'extendedContent', 'height=600, width=940, scrollbars=yes, resizable=yes');
	zwin.focus();
};
