function openflashgallery(){
var a = Math.floor(screen.width);
var b = Math.floor(screen.height)-70;

window.open("wedding-portfolio.html","","height="+b+",width="+a+", top=0, left=0");
}