function getData() {
document.all.WEBTEKDOMAIN_INFO.style.left = moveXbySlicePos(-10,document.getElementById('webtekcert'));
document.all.WEBTEKDOMAIN_INFO.style.top = moveYbySlicePos(-250,document.getElementById('webtekcert'));
document.all.WEBTEKDOMAIN_INFO.style.display = '';
}
function setData() {
document.all.WEBTEKDOMAIN_INFO.style.display = 'none';
}
function moveXbySlicePos (x, img) {
if (!document.layers) {
var onWindows = navigator.platform ? navigator.platform == "Win32" : false;
var macIE45 = document.all && !onWindows && getExplorerVersion() == 4.5;
var par = img;
var lastOffset = 0;
while(par){
if( par.leftMargin && ! onWindows ) x += parseInt(par.leftMargin);
if( (par.offsetLeft != lastOffset) && par.offsetLeft ) x += parseInt(par.offsetLeft);
if( par.offsetLeft != 0 ) lastOffset = par.offsetLeft;
par = macIE45 ? par.parentElement : par.offsetParent;
}
} else if (img.x) x += img.x;
return x;
}
function moveYbySlicePos (y, img) {
if(!document.layers) {
var onWindows = navigator.platform ? navigator.platform == "Win32" : false;
var macIE45 = document.all && !onWindows && getExplorerVersion() == 4.5;
var par = img;
var lastOffset = 0;
while(par){
if( par.topMargin && !onWindows ) y += parseInt(par.topMargin);
if( (par.offsetTop != lastOffset) && par.offsetTop ) y += parseInt(par.offsetTop);
if( par.offsetTop != 0 ) lastOffset = par.offsetTop;
par = macIE45 ? par.parentElement : par.offsetParent;
}
} else if (img.y >= 0) y += img.y;
return y;
}
document.write('
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /home/webtek/public_html/CertRoot/cert.php on line 44
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/webtek/public_html/CertRoot/cert.php on line 45
Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/webtek/public_html/CertRoot/cert.php on line 58
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/webtek/public_html/CertRoot/cert.php on line 58
Access denied for user 'nobody'@'localhost' (using password: NO)