﻿PT.Sites.WPPromotions = {
	onLoad : function (){
		PT.Instances.ShowImg1 = new PT.Sites.General.ShowImgAlt("divrep","/sites/443/images/sluiten.jpg");
		if ($('productkader')) {
			var newObject = new PT.Sites.General.Fotoviewer('uploader', 'productkader', Huge, Big, Tiny);
		}
		else if ($('homekader')) {
			var newObject = new PT.Sites.General.Fotoviewer('uploader', 'homekader', Huge, Big, Tiny);
		}
	},
	openWindow : function(url){
	window.open(url,"WPopup",'location=yes,scrollbars=yes,resizable=yes,status=yes,menubar=yes,toolbar=yes');
	}
}

PT.Sites.General.RegisterEvent(window, "load", function() {PT.Sites.WPPromotions.onLoad();} );