How to reduce draw calls ???

I am importing an object from 3ds max but here i got 8 draw calls my object in max is fully optimize. please get is there any script or any method to reduce draw call or is there any trick in max ??? please help…
Tris 674
Draw calls 8
Use texture: 1
Verts: 2.6k

http://unity3d.com/support/documentation/Manual/Optimizing%20Graphics%20Performance.html

has an abundance of information on how you can reduce draw calls in your scene.

Especially this…

http://unity3d.com/support/documentation/ScriptReference/Mesh.CombineMeshes.html