var services = { 'hosting', 'custom-server', 'voip', 'sms', 'hardware', 'reseller' };
var versions = { php: '5.2.0', python: '3.0.1', ruby: '1.9.1', perl: '5.8.8' };

/*
   we aim developers for our free and commerical services
   sorry for undetailed page, it is just a one night job, also i'm not a designer, this is all i can do
   you should contact us for more detail
*/


function get_service(type, options) {
switch (type) {
case 'hosting':
if (options.project_type=='non-profit')
printf("we do not require any price for low-bandwidth && non-profit web sites, we'd be happy to serve you with our capabilities");
else // Commerical
printf("we can serve you with our (linux) servers");
contact_us();
break;

case 'custom-server':
if (!match(options.os, "ms"))
printf("we can provide you proffessional service in linux systems, just tell us your needs");
contact_us();
break;

default:
contact_us();
}
}