
_text_font_no=1
 

_sizeselected="0.82"
_sizenormal="0.8"

_w_text =102
_h_text = 24

_xButt=16
_yButt=351 + 17 
_wButt=128
_hButt=32

xLeftOffset = 20

_left_offset_x_text = 22
_right_offset_x_text = -16



function location_page()

	SetMaterial( 'location_page', 0 , "", 1, 255, 16, 127 );

	SetPos( 'location_page', 0 , 0, 0);
	SetDim( 'location_page', 0 , 640, 480);

	--AddArea( 'location_page', "location" ); 

	AddArea( 'location_page', "csi_location" ); 
	AddArea( 'location_page', "crime_location" ); 
	

	GUISetVisible( 'location_page', 0 );
end

