// JavaScript Document
$(document).ready(function() {
  $(".popupwindow").popupwindow({
    profile1: {
      height:400,
      width:500,
      center:1,
      createnew:0
    }
  });
});