// JavaScript Document
// The following are a good example of using Ajax
function theAds(text) {
    document.getElementById('fullStory').innerHTML = text;
}
//botique:
function fullStory1() {
	doAjax('fullStory/1.htm','pid=4','theAds','get','0', 'fullStory'); // The call back function "theAds" can be analyzed in the myAJAX.js of root/js/ajax/myAJAX.js
}
//callAHAH('fullStory/1.htm','fullStory', 'Fithching Vision and Mission -- Please wait...');