//if(self!=top)top.location = self.location; // no frames
dez = function(){ 
	if(window.self == window.top && window.name != 'pop')
	if(document.body.currentStyle && 
			document.body.currentStyle.writingMode != null &&
			document.getElementById && document.getElementById('dez')){
			deZ = document.getElementById('dez').style;
			deZ.top = '30%';
			deZ.writingMode = 'tb-rl';
			deZ.filter = 'flipV() flipH() alpha(opacity=50)';			
			deZ.display = 'block';
	}
}
pop = function(){ // soopa-puppy - thx to youngpup.net
	var a = this.target.split(':');	var sFeatures = a[1];
	window.open(this.href, '-' +a.length > 2 ? a[2] : String((new Date()).getTime()), sFeatures + ',resizable');
	return false; 
};;

function bodyload(){ };

window.onload = function(){
	window.defaultStatus = document.title
	var a, PopTitle = '::'; 
	for(var i = 0; (a = document.links[i]); i++)if(a.target && a.target.indexOf("_pop") == 0){
		a.onclick = pop;
	}
	dez();
};
