		var profiles =
		{
		
			popupSongs:
			{
				height:270, 
				width:270, 
				toolbar:0, 
				scrollbars:0,
				status:0,
				resizable:0, 
				left:0, 
				top:0,
				center:0, 
				createnew:0,
				location:0,
				menubar:0,
				onUnload:null
			},
			
			popupVideo:
			{
				height:650,
				width:1050,
				toolbar:1,
				scrollbars:1,
				status:1,
				location:1
			}
		
		};
		
		function unloadcallback(){
			alert("unloaded");
		};
	
		$(function()
		{
			$(".popupwindow").popupwindow(profiles);				

		});
