[code]
If ($v1=="1") {
echo '<div class="overlay" id="overlay1">

 

</div>';
}
?>
[/code]

That is what I'm using and it's loading the page and button but will not fire the overlay...

suggestions?