function apec_confirm(url) {
	var answer = confirm("Confirm that you wish to delete this record.\nThis process is not reversable.");
	if (answer) {
		window.location = url;
	}
}
function rolo(img_name, img_src) {
	document[img_name].src = img_src;
}
docHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
	docHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
	docHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
	docHeight = document.body.clientHeight;
}
docHeight = docHeight-280;
writeDiv='<div style="width:1px; height:' + docHeight + 'px;"></div>';
