var profileW=0; var profileH=0;
if(typeof window.getElement != 'function'){
	function getElement(id){if(document.getElementById){getElement = function(id){ return document.getElementById(id); }}else if(document.all){getElement = function(id){ return document.all[id]; };}else if(document.layers){getElement = function(id){ return document.layers[id]; };}else{getElement = function() { return null; }}return getElement(id);}
}
function profileImaging(){
	if(!isNaN(profileW) && Number(profileW) != 0){
		var tmpLeft = Math.floor(((138 - Number(profileW))/2)+4);
		getElement('profile-column-img').style.paddingLeft = tmpLeft+'px';
	}
	if(!isNaN(profileH) && Number(profileH) != 0){
		var tmpTop = Math.floor(((164 - Number(profileH))/2));
		getElement('profile-column-img').style.paddingTop = tmpTop+'px';
	}
}
function profileImaging_vid(){
	if(!isNaN(profileW) && Number(profileW) != 0){
		var tmpLeft = Math.floor(((138 - Number(profileW))/2)+4);
		getElement('profile-column-vid').style.paddingLeft = tmpLeft+'px';
	}
	if(!isNaN(profileH) && Number(profileH) != 0){
		var tmpTop = Math.floor(((164 - Number(profileH))/2));
		getElement('profile-column-vid').style.paddingTop = tmpTop+'px';
	}
}

