//  hasRightVersion is used to determine whether to go for flash !!!
//  Convert buttonwidth and buttonheight if screen width is different !

var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
var doc_width = 800, doc_height = 1800;

//if (ns4up||ns6up) {
//doc_width = self.innerWidth;
//doc_height = self.innerHeight;
//} else if (ie4up) {
//doc_width = document.body.clientWidth;
//doc_height = document.body.clientHeight;
//}

//var buttonwidth = ((doc_width * flashwidth) / 1024);
//var buttonheight = (((doc.height * flashheight) / 1024) * 1.3);
//var buttonheight = flashheight;

//alert(document.body.clientHeight + "/" + document.body.clientWidth + "Width = " + buttonwidth);
