// Popup
function popup(target) 
{
	if(target == 3)
	{
		window.open('torens.php?t='+target, '', 'width=450,height=900,menubar=no,directories=no,toolbar=no,scrollbars=yes,toolbar=no,location=no,resizable=yes');
	}
	else 
	{
		window.open('torens.php?t='+target, '', 'width=450,height=600,menubar=no,directories=no,toolbar=no,scrollbars=yes,toolbar=no,location=no');
	}
	return false;
}
