/*


www.spooktacular.de
Freak Show in the Pink Poodle Lounge
"My Nightmare"


*/
	

	
function openWindow(Halloween,Costume,party){window.open(Halloween,Costume,party);}

function showme(div, title, desc)
	{
	  div.style.display = 'inline';
	  div.style.position = 'absolute';
	  div.style.width = '200';
	  div.style.font = '11px verdana,arial,helvetica,sans-serif left'; 
	  div.style.backgroundColor = '#140D07';
	  div.style.border = 'solid 1px #6C472A';
	  div.style.padding = '12px';
	  div.innerHTML = '<b>' + title + '</b><br>' + desc + '</div>';
	}
	
function hideme(div)
	{
	  div.style.display = 'none';
	}