/* EXAMPLE 1 */
/*Exemplo de pop-up para abrir uma janela*/ 
#popupLink:active {
	target: popup;
	target-width: 800px;
	target-height: 600px;
}

/* EXAMPLE 2 */
/*Exemplo de pop-up para abrir uma janela interna*/ 
#layerLink:active {
	target: layer;
	target-width: 800px;
	target-height: 580px;
	target-position: center 50px;
	target-class: myLayer;
	target-close: "X Fechar";
	*target-close: "X Fechar";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}

#layerLink2:active {
	target: layer;
	target-width: 380px;
	target-height: 360px;
	target-position: center 50px;
	target-class: myLayer2;
	target-close: "X Fechar";
	*target-close: "X Fechar";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}

#layerLink3:active {
	target: layer;
	target-width: 380px;
	target-height: 360px;
	target-position: center 50px;
	target-class: myLayer2;
	target-close: "X Fechar";
	*target-close: "X Fechar";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}

#layerLink4:active {
	target: layer;
	target-width: 380px;
	target-height: 360px;
	target-position: center 50px;
	target-class: myLayer2;
	target-close: "X Fechar";
	*target-close: "X Fechar";
	target-template: '<div class="closeLink">%close</div> <div class="contentDIV">%iframe</div>';
}