// ColorBox v1.3.3 - a full featured, light-weight, customizable lightbox based on jQuery 1.3
// c) 2009 Jack Moore - www.colorpowered.com - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

$(document).ready(function()
{
	
	$(".loginbox").colorbox({scrolling: false, width:"430", height:"280"});
	$(".moreitemsbox").colorbox({scrolling: true, width:"550", height:"350", iframe:true});
	$(".medicinebox").colorbox({scrolling: false, width:"450", height:"300"});
	$(".profilebox").not("#rmi").colorbox({scrolling: false, width:"550", height:"375", iframe:true});
	$(".favorite").colorbox({scrolling: false, width:"430", height:"250",iframe:true});	

	$(".biobox").colorbox({scrolling: false, width:"800", height:"550"});
	$(".forgotpassbox").colorbox({scrolling: false, width:"430", height:"300"});
	$(".changepasswordbox").colorbox({scrolling: false, width:"430", height:"355",iframe:true});	
	$(".securityquestionbox").colorbox({scrolling: false,width:"480", height:"280",iframe:true });
	$(".addpatientbox").colorbox({scrolling: false, width:"430", height:"250", iframe:true});
	
	$("#addpatientbox a").colorbox({scrolling: false, width:"430", height:"250", iframe:true});
	$("#makepaymentbox a").colorbox({scrolling: false, width:"450", height:"260",iframe:true});
	$("#delete a").colorbox({scrolling: false, width:"230", height:"180"});
	$("#approvebox a").colorbox({scrolling: true, width:"600", height:"550", iframe:true});
	$("#courierdispatchbox a").colorbox({scrolling: true, width:"600", height:"500", iframe:true});
	$("#userdelete a").colorbox({scrolling: false, width:"430", height:"250"});
	$("#sitefeedbackbox a").colorbox({scrolling: false, width:"560", height:"380", iframe:true});
	$("#dmi a").colorbox({scrolling: false, width:"430", height:"300"});
	$("#dsi a").colorbox({scrolling: false, width:"430", height:"300"});
	$("#rmi a").colorbox({scrolling: false, width:"420", height:"290"}, function() {});
	$("#modify_inventory a").colorbox({scrolling: false, width:"410", height:"375"}, function() {});
	$("#rsi a").colorbox({scrolling: false, width:"430", height:"300"});
	$("#shipmanuallybox a").colorbox({scrolling: false, width:"450", height:"280",iframe:true});
	$("#drivingdirectionsbox a").colorbox({scrolling: true, width:"750", height:"95%",iframe:true});
	$("#mapofmatchesbox a").colorbox({scrolling: true, width:"650", height:"450",iframe:true});
	$("#bulk_upload a").colorbox({scrolling:false, width:"400", height:"480"});
});