//All scripts unless specified are copyright Poweraxis 2007-2009 - www.poweraxis.com

function doVoid()
{
}

var faqItems = new Array();

faqItems[0] = "";

faqItems[1] = "POWERAXIS is a marketing communication and creative studio that services advertising requirements of companies by developing advertisements <span style='font-style:italic; color:#aaaaaa'>(creative and strategy)</span> for publishing in the print media, and online. We hope to soon scale up to offer support for state-wide, nation-wide campaigns, discounted media-buying etc.";

faqItems[2] = "Creativity is a core component and we offer other services such as strategy consulting and planning that form a solid foundation and rationale for the creative route. Our rich network of vendors ensure a good quality product and production value for the execution of a purely creative assignment such as a brochure, invite or bulk printing of information leaflets.";

faqItems[3] = "Apart from pure web design and development projects, POWERAXIS harnesses the power of the Web to facilitate communication and automate certain processes. Marketing communication support being our focus area, we also offer solutions for offline activities such as print advertising, strategy consulting and digital video authoring.";

faqItems[4] = "Whatever is convenient with our clients. Although we prefer working on a project basis, international clients prefer being billed on an hourly basis, especially for very creative work (web related). Where an hourly rate is not applicable, we work only on an advance.";

faqItems[5] = "In cases where the campaign is extensive and requires expertise outside of our domain (e.g. pure PR related activities), we do and can collaborate with companies. If you already have a media buying house/agent and need to release certain ads over a period of time, POWERAXIS can work only on the creatives and strategy, so you end up paying us purely for creative services.";

faqItems[6] = "As such, we do not work on a fixed agency commission basis. However, in some cases, it may prove more beneficial for the client, especially in campaigns over an extended period of time, to be charged on a commission basis rather than a creative fee for each assignment within that campaign period.";

faqItems[7] = "As and when we feel the need to collaborate, we select an able and reliable partner to work together with. However, all top level supervisory duties will be performed by POWERAXIS only. Unless explicitly demanded, clients may or may not be apprised of other vendors that we may tie up with during the course of a project.";

faqItems[8] = "As of now, we are not hiring.<br>As soon as we feel the need to hire more specialists or freelancers, we shall put up specifications for the same. Please <span style='text-decoration:underline; color:#ffcc00'>do not email/send unsolicited applications</span>. We cannot guarantee responses or acknowledgements.";


function doFAQ(whichFAQ)
{
	displayFAQnumber="<br><br><br><br><span style='font-size:1em; font-weight:bold; padding:2px; padding-left:16px; padding-right:4px; border-bottom:1px solid #006600; background-color:#009900'>" + whichFAQ + "</span><br /><br />";
	//alert(faqItems[whichFAQ]);
	document.getElementById("pageConceptImage").innerHTML="<p class='contentGeneric' style='color:#ffffff'>" + displayFAQnumber + faqItems[whichFAQ] + "</p>";;
}
