//<![CDATA[
function openShadowbox(content,width,height) {
	var str_options = new Object()
	var defwidth = 640
	var defheight = 480
	str_options.player = "iframe"
	if (width) defwidth = width
	if (height) defheight = height
	str_options.width = defwidth
	str_options.height = defheight
	str_options.content = content
	Shadowbox.open(str_options)
}
//]]>
