function scrRez()
{
	if( screen.width > 800 && screen.height > 600 )
	{
		return true;

	}
	return false;	
}
function scrRezd()
{
	if( screen.width > 800 && screen.height > 600 )
	{
		return ( "<td style='padding:70 0 0 4;' height='686'><img src='<%Response.Write(rightwing1);%>' border='0'></td>" );	

	}
	
}

