var VERIFIED_INFO = "This member has been verified for his numbers and addresses and we believe him to be safe for all transactions. You can also be verified for just 99 USD and start building trust among members.";
function popVerifiedDescription()
{
	window.open("verifiedinfo.php",'Preview','width=400,height=200,toolbar=no,location=0,status=0,menubar=0,titlebar=0,scrollbars=1,resizable=0')
}


function popPlatinumDescription()
{
	window.open("platinuminfo.php",'Preview','width=400,height=200,toolbar=no,location=0,status=0,menubar=0,titlebar=0,scrollbars=1,resizable=0')
}

function popGoldDescription()
{
	window.open("goldinfo.php",'Preview','width=300,height=400,toolbar=no,location=0,status=0,menubar=0,titlebar=0,scrollbars=1,resizable=0')
}

function HideLayers(objname)
{
obj=document.getElementById(objname);
obj.style.display='none';
 //alert(obj.style.display);
}
function ShowLayers(objname,objtitle,refobjname) { //v6.0
 obj=MM_findObj(objname);
  obj.innerHTML =objtitle;
  coordinateX=findPosX(document.getElementById(refobjname))+document.getElementById(refobjname).width;
  coordinateY=findPosY(document.getElementById(refobjname))+document.getElementById(refobjname).height;
  //alert(coordinateX + '   ' + coordinateY);
 // document.getElementById('Layer1').style.display='';
 // alert(objname + '   ' + objtitle + '  ' + refobjname);
 obj.style.display='';
  moveObject (objname,coordinateX,coordinateY);
}

function MM_findObj(n,r, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&id.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}




function findPosX(obj)
{var curleft = 0; if (obj.offsetParent){while (obj.offsetParent){curleft += obj.offsetLeft;obj = obj.offsetParent;}} else if (obj.x) curleft += obj.x; return curleft;}

function findPosY(obj)
{var curtop = 0; if (obj.offsetParent){	while (obj.offsetParent){curtop += obj.offsetTop; obj = obj.offsetParent;}}	else if (obj.y)	curtop += obj.y; return curtop;}

function getStyleObject(objectId) {
    // cross-browser function to get an object's style object given its id
    if(document.getElementById && document.getElementById(objectId)) {
	// W3C DOM
	return document.getElementById(objectId).style;
    } else if (document.all && document.all(objectId)) {
	// MSIE 4 DOM
	return document.all(objectId).style;
    } else if (document.layers && document.layers[objectId]) {
	// NN 4 DOM.. note: this won't find nested layers
	return document.layers[objectId];
    } else {
	return false;
    }
} // getStyleObject

function moveObject(objectId, newXCoordinate, newYCoordinate) {
    // get a reference to the cross-browser style object and make sure the object exists
    var styleObject = getStyleObject(objectId);
    if(styleObject) {
	styleObject.left = newXCoordinate;
	styleObject.top = newYCoordinate;
	return true;
    } else {
	// we couldn't find the object, so we can't very well move it
	return false;
    }
} // moveObject

document.write("<div id='LayerVerified' class='tool_tip' align='left' style='display:none;'>sdfsdfsdfsadfas</div>")
document.write("<div id='LayerGold' class='tool_tip' align='left' style='display:none;'>sdfsdfsdfsadfas</div>")
document.write("<div id='LayerPlatinum' class='tool_tip' align='left' style='display:none;'>sdfsdfsdfsadfas</div>")
