﻿
// WINDOW OPENER /////////////////////////////////////////////////

var myWindow = 'LinkWindow';

function showComingSoonDetail(fileName) {
        window.open(fileName,myWindow,'scrollbars=yes,resizable=no,status=no,toolbar=yes,width=550,height=550,screenX=0,screenY=0,top=0,left=235')
}

