Show colorbox popup images outside popup window.

Show colorbox popup images outside popup window.

Hi,

I am calling colorbox images in popup and colorbox get displayed inside popup.

I want to show images in colorbox outside popup window.

Any idea?

[CODE]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Page</title>

<script language="javascript" type="text/javascript">
function viewAttachments()
{
window.open("http://www.jacklmoore.com/colorbox/example1/",'viewAttached',"toolbar=0,status=no,width=850,height=700,scrollbars=yes");
}
</script>

</head>
<body>


<table width="100%" border="1">
  <tr>
    <td><a href="#" onClick="javascript:viewAttachments();"> ColorBox Popup </a></td>
  </tr>
</table>

[/CODE]

Thanks,
Zohaib.