se e una semplice pop up...metti nei tag <head> della pagina dove metterai il pulsante:
<script language="JavaScript">
<!--
function PopupCentrata() {
var w = 750; // larghezza
var h = 350; // altezza
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
window.open("Global_Business.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
}
//-->
</script>
e poi nel <body>:
POP UP
fammi sapere io ora vado a pranzo, ci sentiamo dopo...