
// init popupwindow
jQuery(document).ready(function() {
	jQuery(".popupwindow").popupwindow();
});