// JavaScript Document
$(document).ready(function() {
$('a.nyroModal').nyroModal({bgColor: '#ffffff'});
$('a.nyroModal_bd').nyroModal({ bgColor: '#ffffff', height: 600,minWidth:600,autoSizable: true,resizable: true,windowResize: true});
});

