<!-- hide from old browsers
function popup_win(source,w1,h1)
{
	newWin = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=210,left=102' + 'toolbar=no,scrollbars=no,resizable=no,location=no');
}

function popup_win_gbook(source,w1,h1) 
{
	newWin2 = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=210,left=102' + 'toolbar=no,scrollbars=yes,resizable=no,location=no');
}

// stop hiding -->